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

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

例如:segmentfault

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

参考

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

相关文章
相关标签/搜索