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
Validation errors are detected in nested fields, but isValid() returns true and handle() fires the success callback rather than the error callback. Is this supposed to be a supported feature?
Validation errors are detected in nested fields, but isValid() returns true and handle() fires the success callback rather than the error callback. Is this supposed to be a supported feature?
Test case here: https://gist.github.com/joedj/00845444f6185de4b93a
git clone https://gist.github.com/00845444f6185de4b93a.git nested-fields cd nested-fields npm install node test.js
The text was updated successfully, but these errors were encountered: