Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

Greetings,

I noticed that the Combobox listbox popup does not use the aria-selected attribute to communicate the currently selected option in the popup.

According to the WAI-ARIA Authoring Practices Guide, "For a combobox that controls a listbox, grid, or tree popup, when a suggested value is visually indicated as the currently selected value, the option, gridcell, row, or treeitem containing that value has aria-selected set to true."

I believe the aria-selected attribute can be argued to be necessary to communicate the state of the combobox component, and therefore missing it would be an accessibility issue under the WCAG 4.1.2 criterion.

Setting aria-selected="true" for the currently selected listbox option should resolve the issue.

I tested by using your Default Functionalities Demo and looking at the listbox options while using it. I have attached a screenshot below.

If you need more information, please let me know. Thank you!

Ken Watson

Combobox_ListboxOption.PNG