%= tag.div(**html_attributes) do %> <%= form.label name, "Search", hidden: "" %> <%= form.text_area( name, role: "searchbox", placeholder:, autocomplete: "off", rows: 1, **input_attributes, ) %>
<%= form.hidden_field(:p) %> <%= form.button("Apply", type: :submit, name: nil, tabindex: -1) %> <% end %>