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

type wrongful character in the selection box #1080

Closed
ousmorez opened this issue Dec 3, 2022 · 3 comments
Closed

type wrongful character in the selection box #1080

ousmorez opened this issue Dec 3, 2022 · 3 comments
Labels

Comments

@ousmorez
Copy link
Contributor

ousmorez commented Dec 3, 2022

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:

  1. Go to Choicejs
  2. Click on 'Right-to-left'
  3. Select 'Choice1'
  4. enter Arrow Down
    It will type it into the select box.

Expected behavior
We expect not to type anything in the select box.

Screenshots
aa

Desktop (please complete the following information):

-OS: Windows 10
-Browser: Chrome
-Version: Latest

@Xon
Copy link
Collaborator

Xon commented Aug 22, 2024

Fixed as part of #1166

@Xon Xon closed this as completed Aug 22, 2024
@neurotools
Copy link

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.

@Xon
Copy link
Collaborator

Xon commented Oct 15, 2024

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
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants