|
|
@ -3,6 +3,6 @@ |
|
|
|
<%= f.govuk_date_field question.id.to_sym, |
|
|
|
<%= f.govuk_date_field question.id.to_sym, |
|
|
|
caption: caption(caption_text, page_header, conditional), |
|
|
|
caption: caption(caption_text, page_header, conditional), |
|
|
|
legend: legend(question, page_header, conditional), |
|
|
|
legend: legend(question, page_header, conditional), |
|
|
|
hint: { text: question.hint_text&.html_safe }, |
|
|
|
hint: { text: question.hint_text&.html_safe || "For example, 27 3 2021." }, |
|
|
|
width: 20, |
|
|
|
width: 20, |
|
|
|
**stimulus_html_attributes(question) %> |
|
|
|
**stimulus_html_attributes(question) %> |
|
|
|