igniteui-angular icon indicating copy to clipboard operation
igniteui-angular copied to clipboard

IgxSingleCombo: strange tab behavior when 2 single combos are next to each other

Open Timmeeeey opened this issue 5 months ago • 0 comments

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.

  • igniteui-angular version: 18.1.11

Steps to reproduce

Normal behavior: Pressing tab only closes the dropdown

2024-09-18_15h21_34

Wrong behavior: Pressing tab focuses second dropdown. When pressing tab again, nothing happens.

2024-09-18_15h22_15

Attachments

https://stackblitz.com/edit/wpppeb

Timmeeeey avatar Sep 18 '24 13:09 Timmeeeey