-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
MultiSelect showClear Keyboard Trap #7613
Comments
See ticket: #7377 @akshayaqburst added this... |
The issue is if I keyboard navigate into the clear icon(X) WITHOUT pressing enter I cannot navigate away(via keyboard) |
agreed I want to know why @akshayaqburst added this it might need to be removed. We can check PrimeVue and if PrimeVue doesn't have it we need to remove it. |
@melloware Can I try to fix why we are not able to navigate away from the clear icon? (Instead of reverting those changes!) Let me know and I can work on it. |
This would be preferred as the clear functionality is helpful to users. Also: Not sure if this helps at all in efforts to fix this, but the tree select component(https://primereact.org/treeselect/#clearicon) has this clear icon and there is no keyboard trap present while keeping the same functionality/appearance. |
Describe the bug
Using MultiSelect component in
10.8.5
there is a keyboard trap on the clear icon whenshowClear
is usedScreen.Recording.2025-01-16.at.1.08.16.PM.mov
Reproducer
https://stackblitz.com/edit/6h9fpmmz?file=src%2
System Information
Steps to reproduce the behavior
This is also easily reproducible on the documentation examples
https://primereact.org/multiselect/#basic
Expected behavior
I expect to be able to keyboard navigate in and out of the clear(x) icon within the multiselect to make this accessible.
The text was updated successfully, but these errors were encountered: