New to KendoReact? Start a free 30-day trial
Implement Keyboard Navigation for the KendoReact ListBox
Environment
Product Version | v5.13.1 |
Product | Progress® KendoReact ListBox |
Description
I want to implement keyboard navigation for the ListBox component.
Solution
In order to implement the keyboard navigation functionality for the ListBox, wrap it with a div
element and handle the onKeyDown
event of the div
. Inside the onKeyDown
event handler, move the items and change their selection based on the pressed keys.
Change Theme
Theme
Loading ...