-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Description
What happened?
I am using useForm for two forms in the same component, but something is not working as expected.
My code :
import { useForm } from 'vee-validate'
const xForm = useForm({})
const yForm = useForm({})
I can do everything with yForm, xFrom don't work!
If ichange order yForm over, i can do evrthing with xForm but yForm dosen't work!
My question can i declare two useForm for two diferent forms on the same componente?
Version
Vue.js 3.x and vee-validate 4.x
What browsers are you seeing the problem on?
- Firefox
- Chrome
- Safari
- Microsoft Edge
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
No labels