You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The submit event of the Editable doesn't work unless using the explicit SubmitTrigger button. Pressing the enter key or blur the input doesn't trigger any submit event (whatever the submit-mode is).
This bug only occurs when the Editable is placed inside a Dialog component.
Expected behavior
The EditableRoot should trigger submit.
Context & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered:
Environment
Link to minimal reproduction
https://github.com/Ericlm/radix-editable-dialog
Steps to reproduce
Describe the bug
The
submit
event of the Editable doesn't work unless using the explicitSubmitTrigger
button. Pressing the enter key or blur the input doesn't trigger anysubmit
event (whatever thesubmit-mode
is).This bug only occurs when the
Editable
is placed inside aDialog
component.Expected behavior
The EditableRoot should trigger
submit
.Context & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered: