Sha256: b16b12b06ffb088e3bc8b2c35dad781df2591890562a7ea9f72722afe103e3fc
Contents?: true
Size: 632 Bytes
Versions: 4
Compression:
Stored size: 632 Bytes
Contents
<%= tag.div(**html_attributes) do %> <%= form.label name, "Search", hidden: "" %> <%= form.text_area( name, role: "combobox", aria: { controls: "suggestion-dialog", expanded: false, haspopup: "dialog", }, placeholder:, autocomplete: "off", rows: 1, **input_attributes, ) %> <div aria-hidden="true" class="highlight" data-tables--query-input-target="highlight"><%= form.object.query %></div> <%= form.hidden_field(:p) %> <%= form.button("Apply", type: :submit, name: nil, tabindex: -1) %> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems