赞
踩
confirm-type
属性,即设置键盘右下角按钮的文字,仅在type='text’时生效<input type="text" placeholder="搜索" confirm-type="search"/>
send
右下角按钮为“发送”search
右下角按钮为“搜索”next
右下角按钮为“下一个”go
右下角按钮为“前往”done
右下角按钮为“完成”bindconfirm
函数
<input type="text" placeholder="搜索" confirm-type="search" bindconfirm='doSearch'/>
doSearch: function(e) {
console.log(e)
console.log(e.detail.value)
},
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。