Remove the clear search button in WebKit

This commit is contained in:
2018-10-18 08:50:26 +09:00
parent c6c7a305fe
commit 5956b82d9d
2 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,2 @@
component FuzzySearch
input#search.action(data-action="search", data-trigger="input", type="search", placeholder="Search...", title="Shortcut: F")
input#search.action(data-action="search", data-trigger="input", type="search", autocomplete="off", autocorrect="off", autocapitalize="none", spellcheck="false", placeholder="Search...", title="Shortcut: F")