想把软键盘的换行换成搜索只需一步,在input标签外套上一个form表单即可,如果是用的组件,那么最外层套上一个form表单即可。
备注:一定要有 action=""
```
<form action="">
<input type="text" name="" placeholder="搜索" οnclick="clInput()" autofocus="autofocus">
</form>
```
想把软键盘的换行换成搜索只需一步,在input标签外套上一个form表单即可,如果是用的组件,那么最外层套上一个form表单即可。
备注:一定要有 action=""
```
<form action="">
<input type="text" name="" placeholder="搜索" οnclick="clInput()" autofocus="autofocus">
</form>
```
本文标题:移动端软键盘换行变成搜索
本文链接:https://www.haomeiwen.com/subject/ykzxgltx.html
网友评论