美文网首页
移动端软键盘换行变成搜索

移动端软键盘换行变成搜索

作者: 生于乱世 | 来源:发表于2021-09-13 10:46 被阅读0次

想把软键盘的换行换成搜索只需一步,在input标签外套上一个form表单即可,如果是用的组件,那么最外层套上一个form表单即可。

备注:一定要有 action=""

```

<form action="">

    <input type="text" name="" placeholder="搜索" οnclick="clInput()" autofocus="autofocus">

</form>

```

相关文章

网友评论

      本文标题:移动端软键盘换行变成搜索

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