Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GW-1916 Combobox updated #2141

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
<%= link_to "Allow an organisation", new_super_admin_allowlist_organisation_name_path, class: "govuk-button", role: "button", draggable: "false", "data-module" => "govuk-button" %>
</div>
</div>
<%= label_tag "search_orgs_label", "Search for existing organisations on GovWifi before adding them", class: "govuk-label" %>
<%= select_tag "organisations_register", options_for_select(@fetched_organisations_from_register << "", ""), class: "govuk-select" %>

<%= label_tag "organisations_register", "Search for existing organisations on GovWifi before adding them", class: "govuk-label" %>
<%= select_tag "organisations_register", options_for_select(@fetched_organisations_from_register), class: "govuk-select", id: "organisations_register" %>
<%= render "super_admin/allowlists/organisation_names/table", organisations: @custom_organisation_names %>
</div>
</div>
Expand Down
Loading