如何讓搜索框的鍵盤顯示搜索按鍵?

input[type="search"]的外面套一層form, 其中form必須有action屬性.html

例如:segmentfault

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

參考

[網頁設計]H5 input type=search 不顯示搜索 解決方法
怎麼設置h5移動端的搜索鍵盤?設計

相關文章
相關標籤/搜索