v4.10.6
✨ Behavior Changes
This is because it was causing modal forms to have errors on mounted which confused users. This does not effectively change anything other than you will no longer need to reset the form whenever the modal is shown or when the fields are mounted. If you relied on this behavior then it could be a breaking change for you and you can get it back by enabling validateOnMount
or calling validate
whenever.
This does not affect initial errors or validateOnMount
option.
🐛 Bug Fixes
- resetForm should cast typed schema values closes #4347 (e9b215a)
- validate form values on setValues by default closes #4359 (4e11ff9)
- normalize error paths to use brackets for indices closes #4211 (e354a13)