-
Notifications
You must be signed in to change notification settings - Fork 617
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
type wrongful character in the selection box #1080
Labels
Comments
ousmorez
added a commit
to ousmorez/Choices
that referenced
this issue
Jan 9, 2023
resolve Choices-js#1080
Fixed as part of #1166 |
It's possible to backport this fix to the 10.x branch? Some projects, including Laravel Filament 3.x depend on this branch and due to breaking changes in 11.x branch will not update the dependency. |
There has been significant code churn in the v11.0.0+ update, and the fix ended up being a fair bit more complicated than the linked PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
While dropdown is closed, it opens after entering a key like (down arrow) but it prints "arrow Down" on the combo box. We should stop writing values that are more than one character on the select boxes or combo boxes.
To Reproduce
Steps to reproduce the behavior:
It will type it into the select box.
Expected behavior
We expect not to type anything in the select box.
Screenshots
Desktop (please complete the following information):
-OS: Windows 10
-Browser: Chrome
-Version: Latest
The text was updated successfully, but these errors were encountered: