Closed dks-adaptdigital closed 10 months ago
filament/forms
v3.2
v10.10
No response
PHP 8.1
I was using arrow keys to navigate a form and fill it in. When I got to the select element, which is searchable, I noticed that it recorded the arrowdown keystroke and displayed it back to me in the UI.
arrowdown
https://github.com/filamentphp/filament/assets/132998782/0aca0b34-fe23-4efe-a638-0af6e53cc51e
I would expect the select element to not show me which key(s) I have pressed to select an option.
https://github.com/dks-adaptdigital/filament-arrowdown-repro
Duplicate of #5707, https://github.com/Choices-js/Choices/issues/1080
Using tabs to navigate between fields should work fine
Apologies @danharrin I missed this when scanning through previous issues.
Package
filament/forms
Package Version
v3.2
Laravel Version
v10.10
Livewire Version
No response
PHP Version
PHP 8.1
Problem description
I was using arrow keys to navigate a form and fill it in. When I got to the select element, which is searchable, I noticed that it recorded the
arrowdown
keystroke and displayed it back to me in the UI.https://github.com/filamentphp/filament/assets/132998782/0aca0b34-fe23-4efe-a638-0af6e53cc51e
Expected behavior
I would expect the select element to not show me which key(s) I have pressed to select an option.
Steps to reproduce
Reproduction repository
https://github.com/dks-adaptdigital/filament-arrowdown-repro
Relevant log output
No response