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
When rendering a form widget, get all of validations associated with the field and their respective messages. Wrap each message in a {trans} tag using the translation_domain of the form.
Currently, only required messages are output in ng-messages and with a fixed message. In order to override, you have to override the form template or the form_widget block.
The text was updated successfully, but these errors were encountered:
When rendering a form widget, get all of validations associated with the field and their respective messages. Wrap each message in a
{trans}
tag using the translation_domain of the form.Currently, only required messages are output in ng-messages and with a fixed message. In order to override, you have to override the form template or the form_widget block.
The text was updated successfully, but these errors were encountered: