小程序input自动聚焦拉起键盘

微信官方提供了两种自动聚焦的方法

1,auto-focus

接受boolean值;默认为false;只需设置为true即可

自动聚焦,拉起键盘;不过官方的提示即将废弃,所以能不用还是不要用

2,focus

接受boolean值;默认为false;只需设置为true即可

获取焦点(推荐使用)

3,如果想改变键盘右下角文字

confirm-type;值为search时,右下角文字为搜索

官方文档链接可以选自己想要的值

https://developers.weixin.qq.com/miniprogram/dev/component/input.html

4,通过键盘点击,触发搜索

bindconfirm  获取键盘事件然后调用相关接口

posted @ 2019-04-24 11:40  雨天呐  阅读(11225)  评论(0编辑  收藏  举报