在微信小程序里的搜索框,按软键盘回车键触发搜索事件。
<input type="text" placeholder="搜索" value="{{inputVal}}" bindinput="inputTyping" bindconfirm="search" />
bindconfirm 即为回车事件,为它绑定上需要触发的事件。search是对应的搜索方法。
在微信小程序里的搜索框,按软键盘回车键触发搜索事件。
<input type="text" placeholder="搜索" value="{{inputVal}}" bindinput="inputTyping" bindconfirm="search" />
bindconfirm 即为回车事件,为它绑定上需要触发的事件。search是对应的搜索方法。
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。