-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Open
[Autocomplete]: Pressing Tab while the dropdown is open does not move the focus to the next element#16649
Bug
#16653 (+2)
Copy link
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.autocompleteversion: 20.1.xversion: 21.0.x
Description
Description
Introduced by this feature request since keydown changes were made to the IgxDropDownItemNavigationDirective, which is extended by the IgxAutocompleteDirective.
Before: Closing the dropdown and moving to the next focusable element requires pressing the Tab key once.
After: Closing the dropdown and moving to the next focusable element requires pressing the Tab key twice. First Tab closes the dropdown, second tab moves the focus.
- igniteui-angular version: master, 21.0.x, 20.1.x
- browser:
Steps to reproduce
- Open Autocomplete sample.
- Click the input, write something so that the dropdown opens, and click Tab.
Result
The dropdown is closed, and the focus remains on the input.
Expected result
The dropdown should be closed, and the focus should be set on the next focusable element.
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.autocompleteversion: 20.1.xversion: 21.0.x

