[Tab]-Key and [Arrow]-Keys in combination with Selectbox causes strange things
I've got a form arrangement with a textfield and a Select field with searchable. If my focused field is the select field and I press [Tab] then the focus will be on the selectbox. If I do now press [Arrow-Down] then the searchfield of the Select contains the text "arrowdown".
Solution:Jump to solution
Hi, it's a problem linked to a dependency: ChoiceJS. The problem has been fixed on their side, and will be available for V4.Find out more here: https://github.com/filamentphp/filament/issues/5707 π
GitHub
Tab + arrows keys fill the searchable select with the name of the k...
Package filament/filament Package Version 2.17.2 Laravel Version 10 Livewire Version No response PHP Version 8.2 Problem description When using the tab + arrow keys in a searchable select, it appar...
5 Replies
Before

After

Reproduced in version 3.2.x and 3.3.x
Solution
Hi, it's a problem linked to a dependency: ChoiceJS. The problem has been fixed on their side, and will be available for V4.Find out more here: https://github.com/filamentphp/filament/issues/5707 π
GitHub
Tab + arrows keys fill the searchable select with the name of the k...
Package filament/filament Package Version 2.17.2 Laravel Version 10 Livewire Version No response PHP Version 8.2 Problem description When using the tab + arrow keys in a searchable select, it appar...
Okay then I will try to fix this by myself for 3.3 ^^ if i got it working u will receive a merge request in github ^^