-
Notifications
You must be signed in to change notification settings - Fork 161
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
IgxSingleCombo: strange tab behavior when 2 single combos are next to each other #14791
Comments
There has been no recent activity and this issue has been marked inactive. |
@Timmeeeey What is described as "wrong behavior" is actually the expected behavior according to this comment: #14085 (comment). The normal behavior should ensure that pressing the Tab key moves focus to the next dropdown. |
@Hristo313 It's ok that the focus moves to the next dropdown. |
@Timmeeeey Yes and if the dropdown is opened, pressing Tab should not only close it but also focus on the next dropdown, regardless of if the next focusable input has value or not. |
Description
If you have 2 single combos next to each other that have a selected value and then click on the first one and press tab, then instead of just closing the dropdown the focus jumps to the next single combo. Each following tab doesn't do anything. The focus stays on the second combo.
Steps to reproduce
Normal behavior:
Pressing tab only closes the dropdown
Wrong behavior:
Pressing tab focuses second dropdown. When pressing tab again, nothing happens.
Attachments
https://stackblitz.com/edit/wpppeb
The text was updated successfully, but these errors were encountered: