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
The way things work now, the data class constraints for fields with type repeated do not work.
I'd be willing to fix it, but first I'd like to discuss the angle how to tackle it.
One way would be to copy the validators from the parent form to both child inputs of the repeated form when creating the js model, another would be to do the same when initializing the model in js.