You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the fix in #72 which provides a validation date format, there is a side effect that when an element that extends localgov_forms_date provides a custom date format, this is overidden by the validation method.
We noticed that you can get the validation method set correctly in the element decleration in the getInfo() decleration, setting date_date_format to the required format.
The text was updated successfully, but these errors were encountered:
With the fix in #72 which provides a validation date format, there is a side effect that when an element that extends localgov_forms_date provides a custom date format, this is overidden by the validation method.
We noticed that you can get the validation method set correctly in the element decleration in the
getInfo()
decleration, settingdate_date_format
to the required format.The text was updated successfully, but these errors were encountered: