JS Select is showing "arrowdown" in the search field
I have a select which has
->native(false)
set in my form. If I tab to it and press the down key, the search field will show "arrowdown". Is there anyway to prevent this behavior?2 Replies
Having the same issue anyone have a solution for this ?
As mencioned here: https://github.com/filamentphp/filament/issues/10811#issuecomment-1892724312
The problem is with a dependency: choices.js version 10. In version 11 the problem is fixed, but Filament team plan to implement the update in Filament v4.
Is there any way we can help to update choices.js to 11 in Filament v3?
GitHub
Searchable select inputs records key pressed when navigating using ...
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. Whe...