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
Only one of the inputs is validated, kinda. The message for the first input can appear when the second is invalid etc.
I don't know whether I'm missing something, but why is the name attributes mandatory available if there can only be 1 <field-messages> tag per <validate> tag?
The text was updated successfully, but these errors were encountered:
I'd like to have 3 validated inputs and have all their errors appear in the same place, after all the inputs.
Minimal replication: https://codepen.io/jezmck/pen/oNjyXBm
Only one of the inputs is validated, kinda. The message for the first input can appear when the second is invalid etc.
I don't know whether I'm missing something, but why is the
name
attributesmandatoryavailable if there can only be 1<field-messages>
tag per<validate>
tag?The text was updated successfully, but these errors were encountered: