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!
Hello,
When using the Dropdown Menu component, I noticed that the HTML code for the popup menu that opens after clicking the DropdownButton is inserted at the end of the web page before the end of the </body> element. I am referring to the popup container that has the class of "e-dropdown-popup".
Visually, the menu appears near the DropdownButton that triggers it, but since the popup HTML is inserted at the bottom of the page, the reading order which screen readers use does not match. This can be tested by using a screen reader in browse/read mode. It can also be tested by disabling CSS stylesheets on a page and opening the Dropdown Menu, where the menu will instead appear after all other page content.