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
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.
Screen.Recording.2024-01-15.at.14.55.56.mov
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
Clone down the repro repository provided.
Set up the application (I used sail) and run it locally.
setup your local db
composer install
npm install
npm run dev
Navigate to the dummies resource and click create new.
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.Screen.Recording.2024-01-15.at.14.55.56.mov
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
The text was updated successfully, but these errors were encountered: