如何让搜索框的键盘显示搜索按键?

input[type="search"]的外面套一层form, 其中form必须有action属性.

例如:

<form action="">
  <input type="search" name="search" placeholder="search">
</form>

参考

[网页设计]H5 input type=search 不显示搜索 解决方法
怎么设置h5移动端的搜索键盘?

posted @ 2016-08-01 22:39  柳正来  阅读(1048)  评论(0编辑  收藏  举报