refactor(combo): Use key-bindings controller#1529
Conversation
This commit migrates the combo component to use the general key-bindings controller from the library. Aside from unifying the implementation across components this also improves several behaviours of the combo: * Keyboard events inside the combo are no longer "swallowed". * Tab navigation is more natural, i.e. there are no longer 2 tab stops per combo component. Updated the combo test suite to accomodate for the changes.
…avigation-refactor
…b.com/IgniteUI/igniteui-webcomponents into rkaraivanov/combo-navigation-refactor
|
I guess that is a bug/mismatch in the combo configuration. I did not find any relevant information @dkoleva-infra |
Yes, I think that on Up key press from the first item in the dropdown: the dropdown should be closed and the input should be focused if |
|
@dkoleva-infra @ddaribo |

Closes #1850
This commit migrates the combo component to use
the general key-bindings controller from the library. Aside from unifying the implementation across components this also improves several behaviors of the combo:
Updated the combo test suite to accommodate for the changes.