Browse Source

CLDC-1176: date hint text

pull/519/head
kiddhustle 3 years ago
parent
commit
1df3d2105f
  1. 2
      app/views/form/_date_question.html.erb

2
app/views/form/_date_question.html.erb

@ -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) %>

Loading…
Cancel
Save