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
From the source code it seems that every action on a field array will trigger a form validation. That seems to defeat things only validating on blur or disable validation on model value update. There seems to be also now switch to disable the form validation. I can also not detect any event that is either fired on the input or the form that can be intercepted or modified.
Is there a way to change this behavior of FieldArrays?
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
-
From the source code it seems that every action on a field array will trigger a form validation. That seems to defeat things only validating on blur or disable validation on model value update. There seems to be also now switch to disable the form validation. I can also not detect any event that is either fired on the input or the form that can be intercepted or modified.
Is there a way to change this behavior of FieldArrays?
Beta Was this translation helpful? Give feedback.
All reactions