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'm working on an age validation form with day, month, and year fields.
Each field has its own validation, and once they are all valid the group validation kicks in to determine if the data is above or below 18 years of age.
I was wondering if there was a way to have a container for all those fields, that would allow adding a valid/invalid class to the container and that would cascade to all the grouped fields?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm working on an age validation form with day, month, and year fields.
Each field has its own validation, and once they are all valid the group validation kicks in to determine if the data is above or below 18 years of age.
I was wondering if there was a way to have a container for all those fields, that would allow adding a valid/invalid class to the container and that would cascade to all the grouped fields?
Beta Was this translation helpful? Give feedback.
All reactions