Versions
- vee-validate: 4.2.4
- vue: 3.0.0
Describe the bug
When trying to validate multiple form with same page but defferent component with the composition api and useForm() and useField(), the validation is not working on one component.
So I am trying to make a form in one component and one form in another component which is modal (form in the modal), and then both component are called on one page. In this the form in modal is not validating.
To reproduce
Steps to reproduce the behavior:
- Make 2 component and add two form with composition api and useForm and useField validation on them
- Call both component in one page
- submit the form one by one
- one of those form, one will not validate.
Versions
Describe the bug
When trying to validate multiple form with same page but defferent component with the composition api and useForm() and useField(), the validation is not working on one component.
So I am trying to make a form in one component and one form in another component which is modal (form in the modal), and then both component are called on one page. In this the form in modal is not validating.
To reproduce
Steps to reproduce the behavior: