在input[type="search"]的外面套一层form, 其中form必须有action属性.
例如:
<form action="">
<input type="search" name="search" placeholder="search">
</form>
[网页设计]H5 input type=search 不显示搜索 解决方法
怎么设置h5移动端的搜索键盘?
在input[type="search"]的外面套一层form, 其中form必须有action属性.
例如:
<form action="">
<input type="search" name="search" placeholder="search">
</form>
[网页设计]H5 input type=search 不显示搜索 解决方法
怎么设置h5移动端的搜索键盘?
相关文章: