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

MultiSelect: keyboard down event does not pass to MultiSelectPanel component #7756

Open
jiyeol-lee opened this issue Mar 4, 2025 · 0 comments
Labels
Component: Accessibility Issue or pull request is related to WCAG or ARIA

Comments

@jiyeol-lee
Copy link

Describe the bug

multi select down/up arrow keyboard event is not working when the filter has focus.
https://primereact.org/multiselect/#filter
Same feature from dropdown component is working when the filter has focus. https://primereact.org/dropdown/#filter

Reproducer

No response

System Information

prime react 10.9.1 => 10.9.1
react ^18.2.0 => 18.3.1
tailwindcss ^3.4.15 => 3.4.15

Steps to reproduce the behavior

I don't think it's related to the version. I just can not find the code that handles key event when the filter input tag has focus in multi select panel component.

Expected behavior

multi select component should support keyboard navigation even though filter has focus like the dropdown component.

@jiyeol-lee jiyeol-lee added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Mar 4, 2025
@melloware melloware added Component: Accessibility Issue or pull request is related to WCAG or ARIA and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Accessibility Issue or pull request is related to WCAG or ARIA
Projects
None yet
Development

No branches or pull requests

2 participants