Unplanned
Last Updated: 28 Nov 2024 14:09 by Mike
Mike
Created on: 28 Nov 2024 14:09
Category: ListBox
Type: Feature Request
1
[Accessibility] Align Toolbar DOM Position with Visual Placement Relative to ListBox to Ensure Tab Order Matches Rendered Sequence
The ListBox toolbar offers a positioning option, such as placing it to the right of the ListBox. However, regardless of the chosen position, the toolbar's HTML element is rendered in the DOM before the ListBox itself. This means that when tabbing through, the focus will follow the DOM sequence, moving to the toolbar of the right ListBox after the left ListBox. https://demos.telerik.com/blazor-ui/listbox/keyboard-navigation
0 comments