You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mehmetcetin01140
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Feb 6, 2024
When pressed in filter input, end and home keys should move the cursor to the start or the end. This functionality didn't exist in v16 because it lacked accessibility enhancements. We've introduced the keyboard support after the accessibility implementation for the input components in 16.5x. The behavior is correct and changes were made for the accessibility. When the user focuses on the list, the home and end keys move the focus to the first or the last element in the overlay.
Closing the issue since it's not a bug, it's intended behavior in accessibility.
cetincakiroglu
removed
the
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
label
Feb 7, 2024
Describe the bug
When filter property is set to true, the key events "End" and "Home" are not working:
Instead the option focus will be lost.
Pressing Keys "End" and "Home" when filter is enabled
dropdown_filter_loosing_option_focus.mp4
Pressing Keys "End" and "Home" when filter is disabled
dropdown_no_filter_keeps_option_focus.mp4
Environment
16.9.0
Reproducer
https://stackblitz.com/edit/github-etxtni?file=src%2Fapp%2Fapp.component.html
Angular version
16.2.12
PrimeNG version
16.9.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
latest
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
When filter is set to true, key event "End" and "Home" should move focus to first / last option like it is implemented when filter is disabled.
The text was updated successfully, but these errors were encountered: