From 75ec9e413973d5a65369d2bc2cef357b0d15aa7a Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Wed, 5 Mar 2025 14:37:26 +0000 Subject: [PATCH] Add existing value --- app/views/organisations/new.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/organisations/new.html.erb b/app/views/organisations/new.html.erb index 68040ece6..be557c239 100644 --- a/app/views/organisations/new.html.erb +++ b/app/views/organisations/new.html.erb @@ -70,6 +70,7 @@ :id, :name, label: { text: "Search for an organisation that is part of the same group as this organisation", size: "m" }, + options: { disabled: [""], selected: @organisation.group || "" }, "data-controller": %w[accessible-autocomplete conditional-filter] %> <% end %> <%= f.govuk_radio_button :group_member, false, label: { text: "No" } %>