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
Editable
both
Radix Vue version: 1.8.4
https://stackblitz.com/edit/tucqkb?file=src%2FApp.vue
Submit mode both doesn't seem to work as both blur and enter. When both is set only enter triggers submit. Blur reverts text back to original.
blur
enter
Expect that both enter and blur trigger submit when submitMode is set to both.
submitMode
No response
The text was updated successfully, but these errors were encountered:
epr3
Successfully merging a pull request may close this issue.
Environment
Link to minimal reproduction
https://stackblitz.com/edit/tucqkb?file=src%2FApp.vue
Steps to reproduce
Describe the bug
Submit mode
both
doesn't seem to work as bothblur
andenter
. Whenboth
is set onlyenter
triggers submit. Blur reverts text back to original.Expected behavior
Expect that both
enter
andblur
trigger submit whensubmitMode
is set toboth
.Context & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered: