Hi,
I have a <kendo-splitter> inside a <kendo-expansionpanel>. During the accessibility evaluation using keyboard, I was not able to tab into the left pane, the focus goes into the right pane directly bypassing the left pane. Any fix for that? Thanks.
I realized that might be the default behavior. All those radio buttons are <kendo-radiobutton> components and they are treated as one group. I am able to use arrow key to navigate the selection across the splitter (but still not be able to select both desired). The workaround is using <input type='radio' kendoRadioButton/> in another pane, like the example shown here: https://www.telerik.com/kendo-angular-ui/components/inputs/radiobutton