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!>
Thanks for joining our community and helping improve Syncfusion products!
Greetings,
I noticed that the Combobox component does not use the aria-autocomplete attribute.
Per the WAI-ARIA Authoring Practices Guide: "The combobox element has aria-autocomplete set to a value that corresponds to its autocomplete behavior". They list three possible values and explanations for each: "none", "list", or "both". Since this attribute is currently missing from the element with role="combobox", it could be argued to be an accessibility issue under the WCAG 4.1.2 criterion because it won't communicate this property of a combobox.
In the context of the Syncfusion Combobox component, my understanding is that this attribute relates to any Filtering or Autofill behavior that is enabled on the component.
Your documentation for Combobox reference using this attribute, but it did not appear for me when I tested your demo pages at least.
If you need any further details, please let me know. Thank you!
Ken Watson