Open
Description
What happened?
After upgrading Vee-Validate from version 4.1.6 to 4.15.0, using resetField({ value: undefined }) prevents the form from becoming valid again, even after entering a new valid value.
Reproduction steps
- Fill in a form field with a valid value.
- Call resetField({ value: undefined }) to reset the field.
- Enter a new valid value in the field.
- Notice that the form remains invalid despite the correct input.
The form should become valid again once a new valid value is entered after resetting the field.
Version
Vue.js 3.x and vee-validate 4.x
What browsers are you seeing the problem on?
- Firefox
- Chrome
- Safari
- Microsoft Edge
Relevant log output
Demo link
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
No labels