Hi Kendo,
We're trying to utilize the KendoReact ListBox and noticed that the widget is not keyboard accessible (kendo demo). Arrow keys explicitly don't seem to do anything, so without a mouse you have no way to traverse and use the widget's available options.
We expected it to behave like a traditional HTML listbox/select (dojo demo), which does fully support keyboard navigation and selection/deselection. Is there a way to implement this effectively?
Tested Chrome Version 117.0.5938.92 (Official Build) (64-bit)