I can't find anything on your website or on the internet that explains how to navigate a Kendo React ListBox control using the keyboard.
Can you point me in the right direction on this issue?
Thanks.
Ruslan Lyga
Hello, Joseph,
Thank you for the feedback.
We see that the interest is raising for this feature and we will plan it based on that.
Regards,
Stefan
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
This is important. Our company is trying to develop a new application that is fully accessible.
Hello, Ruslan,
This is converted to an official public feature request.
We will monitor the popularity and plan it accordingly.
I also already added your vote for convenience.
Regards,
Stefan
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hello Stefan,
thanks for fast response.
Please convert this to a public official feature request for built-in keyboard navigation to support accessibility.
Hello, Ruslan,
Currently, the keyboard navigation has to be added programmatically by the developer. This will require adding a div with an onKeyDown event handler and moving the items or the selection based on the application requirements. To showcase a possible approach I made a demo that moves the selected item with the arrow up/down:
https://stackblitz.com/edit/react-vkysrn?file=app/main.jsx
If you wish I can also convert that to a public official feature request for built-in keyboard navigation.
Regards,
Stefan
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.