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
When a field was dynamically removed after form initialization, validation still tried to check the removed field, resulting in an error.
This PR adds a check for still existing fields, and remove validation rules for those which doesn't exist anymore.
0 commit comments