What I have to do that Visual Studio 2022 can suggest me the classes value for an html attribute via IntelliSense?
Hi @korchev
in the screenshot you can see it on line 11, 20 and 32.
and here on line 1, 4, 6, ..., 16
I am not sure. Maybe you should try asking for help in the Visual Studio forums. Perhaps this feature doesn't support embedded razor assets such as "_framework/blazor.webassembly.js" and "_content/Radzen.Blazor/css/material-base.css"
By the way you seem to be using RadzenPanelMenu wrong. You should not add a <ul><li>
inside of it. Check the demos for the proper usage: Blazor PanelMenu component