Skip to content
New issue

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

[Bug]: Editable submit mode both doesn't submit on blur #1022

Closed
romansp opened this issue Jun 22, 2024 · 0 comments · Fixed by #1023
Closed

[Bug]: Editable submit mode both doesn't submit on blur #1022

romansp opened this issue Jun 22, 2024 · 0 comments · Fixed by #1023
Assignees
Labels
bug Something isn't working

Comments

@romansp
Copy link
Contributor

romansp commented Jun 22, 2024

Environment

Radix Vue version: 1.8.4

Link to minimal reproduction

https://stackblitz.com/edit/tucqkb?file=src%2FApp.vue

Steps to reproduce

  1. Open minimal repro.
  2. Click on editable and enter new text.
  3. Click away to trigger 'blur'

Describe the bug

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.

Expected behavior

Expect that both enter and blur trigger submit when submitMode is set to both.

Context & Screenshots (if applicable)

No response

@romansp romansp added the bug Something isn't working label Jun 22, 2024
@epr3 epr3 self-assigned this Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants