|
|
@ -37,6 +37,7 @@ |
|
|
|
answer_options, |
|
|
|
answer_options, |
|
|
|
:id, |
|
|
|
:id, |
|
|
|
:name, |
|
|
|
:name, |
|
|
|
|
|
|
|
"data-controller": "accessible-autocomplete", |
|
|
|
label: { text: "Organisation", size: "m" }, |
|
|
|
label: { text: "Organisation", size: "m" }, |
|
|
|
options: { disabled: [""], selected: @organisation_id ? answer_options.first : "" } %> |
|
|
|
options: { disabled: [""], selected: @organisation_id ? answer_options.first : "" } %> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|