2 lines
256 B
Plaintext
Raw Normal View History

2018-12-06 04:27:01 +00:00
component FuzzySearch(value string)
input#search.action(data-action="search", data-trigger="input", type="search", autocomplete="off", autocorrect="off", autocapitalize="none", spellcheck="false", placeholder="Search...", title="Shortcut: F", value=value)