We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding multiple input to a <ValidationObserver> prevents @submit from being called with the Enter key.
input
<ValidationObserver>
@submit
Form1 onSubmit() called.
Form2 onSubmit() called.
Vue.js 2.x and vee-validate 3.x
No response
https://codesandbox.io/p/sandbox/laughing-mcnulty-63zfqw
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
Adding multiple
input
to a<ValidationObserver>
prevents@submit
from being called with the Enter key.Reproduction steps
Form1 onSubmit() called.
is logged to the console.Form2 onSubmit() called.
is not logged to the console.Version
Vue.js 2.x and vee-validate 3.x
What browsers are you seeing the problem on?
Relevant log output
No response
Demo link
https://codesandbox.io/p/sandbox/laughing-mcnulty-63zfqw
Code of Conduct
The text was updated successfully, but these errors were encountered: