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.
Any other suggestions are welcome
The text was updated successfully, but these errors were encountered:
jezmck
changed the title
Feature Request: allow classes to be included in messagesTag etc.
Feature Request: allow classes to be included in messagesTag etc.
May 6, 2020
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.For now, I'll use a custom HTML element, but I can't take advantage of the CSS cascade this way.
Any other suggestions are welcome
The text was updated successfully, but these errors were encountered: