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 behavior of clicking on submit vs pressing the registered keyBinding() is different.
Clicking will clear the form. (correct)
Pressing the shortcut key does not. (incorrect)
Expected behavior
Pressing the shortcut key should also clear the form.
Steps to reproduce
Type something into the markdown editor at /admin/issue
Package
filament/forms
Package Version
3.2.80
Laravel Version
11.7.0
Livewire Version
3.4.12
PHP Version
8.2.18
Problem description
The behavior of clicking on submit vs pressing the registered
keyBinding()is different.Clicking will clear the form. (correct)
Pressing the shortcut key does not. (incorrect)
Expected behavior
Pressing the shortcut key should also clear the form.
Steps to reproduce
/admin/issuectrl + enterReproduction repository
https://github.com/bilogic/filament-issue/tree/click-different-from-keyBindings
Relevant log output
vid.mp4
No response