Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Showing the name of pressed key on keyboard on SELECT object #13819

Closed
fatehiman opened this issue Aug 5, 2024 · 3 comments
Closed

Showing the name of pressed key on keyboard on SELECT object #13819

fatehiman opened this issue Aug 5, 2024 · 3 comments
Labels
Milestone

Comments

@fatehiman
Copy link

fatehiman commented Aug 5, 2024

Package

filament/filament

Package Version

3.2.0

Laravel Version

11.0

Livewire Version

No response

PHP Version

8.3.0

Problem description

in forms, when using keboard TAB to focus on SELECT element that is searchable(), then press Arrow key down or up or press F4 to open the select listbox, the first item in the list will be a text that contains pressed key name on keyboard! for example Arrowup, Arrowdown, F4, etc.

Expected behavior

this text should not be shown

Steps to reproduce

no sample source code needed, just create a SELECT element in a Form (in a resource file) that is searchable().
then focus on it by pressing TAB by keyboard, after focus, press keyboard arrow keys or F4 and see the first element of the selectbox that is a text contains "arrowup", "arrowdown" or "F4" string!

Reproduction repository (issue will be closed if this is not valid)

https://github.com/fatehiman/filament-issues

Relevant log output

No response

Donate 💰 to fund this issue

  • You can donate funding to this issue. We receive the money once the issue is completed & confirmed by you.
  • 100% of the funding will be distributed between the Filament core team to run all aspects of the project.
  • Thank you in advance for helping us make maintenance sustainable!
Fund with Polar
@fatehiman fatehiman added bug Something isn't working medium priority unconfirmed labels Aug 5, 2024
@fatehiman
Copy link
Author

Screenshot 2024-08-05 181949

@zepfietje
Copy link
Member

Duplicate of #5707.

@zepfietje zepfietje closed this as not planned Won't fix, can't repro, duplicate, stale Aug 6, 2024
@zepfietje zepfietje added this to the v3 milestone Aug 6, 2024
@zepfietje
Copy link
Member

This does seem to be fixed in the next major version of Choices.js: Choices-js/Choices#1104.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

2 participants