美文网首页
软键盘搜索按钮同步搜索框

软键盘搜索按钮同步搜索框

作者: 苏本的书柜 | 来源:发表于2018-11-07 17:01 被阅读19次
 searchProducent(event) { 
                if (event.keyCode == 13) { //如果按的是enter键 13是enter 
                    event.preventDefault(); //禁止默认事件(默认是换行) 
                    this.$refs.search.blur();
                    // event.path[0].blur();
                    // console.log(event.path[0]);
                    // console.log(event.target.value)
                    // this.$toast(`搜索${event.target.value}`) 
                    this.pull(false)
                } 
            } ,

相关文章

网友评论

      本文标题:软键盘搜索按钮同步搜索框

      本文链接:https://www.haomeiwen.com/subject/dcwvxqtx.html