小程序
小游戏
企业微信
微信支付
扫描小程序码分享
如题,使用input输入框时能不能设置输入框获取焦点时全选输入框中的文字呢
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
刚用input属性selection-start和selection-end 组合focus使用可以实现了,看其他人有编译后不起作用的情况,我的还没有上传也不知道能不能行,反正暂时是可以了,代码如下
<input bind:input="changeInput" focus="{{focus}}" selection-start="{{0}}" selection-end="{{1}}" type="digit" value="{{num}}"></input>
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
类似问题,参考一下
https://developers.weixin.qq.com/community/develop/doc/0000c6400983c0eaef2a3392556400?highLine=input%2520%25E5%2585%25A8%25E9%2580%2589
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
刚用input属性selection-start和selection-end 组合focus使用可以实现了,看其他人有编译后不起作用的情况,我的还没有上传也不知道能不能行,反正暂时是可以了,代码如下
<input bind:input="changeInput" focus="{{focus}}" selection-start="{{0}}" selection-end="{{1}}" type="digit" value="{{num}}"></input>
类似问题,参考一下
https://developers.weixin.qq.com/community/develop/doc/0000c6400983c0eaef2a3392556400?highLine=input%2520%25E5%2585%25A8%25E9%2580%2589