|
|
|
@ -5,6 +5,7 @@
|
|
|
|
|
<%= f.govuk_select(question.id.to_sym, |
|
|
|
|
label: legend(question, page_header, conditional), |
|
|
|
|
"data-controller": "address-autocomplete", |
|
|
|
|
"data-info": { search_url: address_options_url }.to_json, |
|
|
|
|
caption: caption(caption_text, page_header, conditional), |
|
|
|
|
hint: { text: question.hint_text&.html_safe }) do %> |
|
|
|
|
<% if answers.any? %> |
|
|
|
|