<%# locals: form:, method:, collection:, options: {} %>
form-dropdown" data-action="dropdown:select->form-dropdown#onSelect">
<%= form.label method, options[:label], class: "form-field__label" if options[:label].present? %> <%= form.hidden_field method, value: @selected_value, data: { "form-dropdown-target": "input", "auto-submit-target": "auto" } %>