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
I was hoping to be able to set something like the following in the options to set classes on all the validation messages without having to set them on each <field-messages> tag.
{
messagesTag: 'div.message.error',
...
For now, I'll use a custom HTML element, but I can't take advantage of the CSS cascade this way.