added in hint text for the application for dated
This commit is contained in:
@@ -582,7 +582,9 @@ const RenderDatePicker = ({
|
||||
{FieldsTranslations(label)}
|
||||
</label>
|
||||
{custom.hint != false && (
|
||||
<div className="govuk-hint">{t(custom.hint)}</div>
|
||||
<div className="govuk-hint govuk-!-font-size-14">
|
||||
{t(custom.hint)}
|
||||
</div>
|
||||
)}
|
||||
</legend>
|
||||
{touched && error && (
|
||||
|
||||
Reference in New Issue
Block a user