checkbox-group 与 input
<checkbox-group>
<view class='labe_input'>
<label>
<checkbox color="#3484FF" style="font-size: 27px;" value="胸水{{inputValue}}"></checkbox>
胸水
</label>
<input name="aa" bindinput='bindKeyInput' style='width:94rpx;border-bottom:1rpx solid #363636;'></input>ml
</view>
<view class='labe_input'>
<label >
<checkbox color="#3484FF" style="font-size:27px;" value="腹水{{inputValue}}"></checkbox>
腹水
</label>
<input name="bb" placeholder="" bindinput='bindKeyInput' style='width:94rpx;border-bottom:1rpx solid #363636;'></input>
</view>
</checkbox-group>
在小程序上开发者工具上是可以的。
但是到了 安卓手机上。点击input 输入光标会在下方显示。为何?
checkbox-group 不用写change事件吗
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
公众号网页授权的服务器可以发生模板消息吗?