forked from e621ng/e621ng

* Move all autocomplete code to autocomplete.js. * Mark autocompleted fields with `data-autocomplete="<type>"` attributes, instead of hardcoding input field IDs in the javascript.
4 lines
197 B
Plaintext
4 lines
197 B
Plaintext
<%= form_tag(pools_path, :method => :get) do %>
|
|
<%= text_field "search", "name_matches", id: "quick_search_name_matches", placeholder: "Search pools", data: { autocomplete: "pool" } %>
|
|
<% end %>
|