diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb
index cf72e49f0..b3311bcfb 100644
--- a/app/views/users/new.html.erb
+++ b/app/views/users/new.html.erb
@@ -37,6 +37,7 @@
answer_options,
:id,
:name,
+ "data-controller": "accessible-autocomplete",
label: { text: "Organisation", size: "m" },
options: { disabled: [""], selected: @organisation_id ? answer_options.first : "" } %>
<% end %>