-
Notifications
You must be signed in to change notification settings - Fork 935
Open
Description
Describe the bug
The "aria-expanded" attribute of the RadzenUserProfileMenu component is not rendered correctly. The parenthesis is not placed correctly. Resulting in C# code in the attribute instead of a valid boolean.
To Reproduce
- Use a RadzenUserProfileMenu in a page
- Check the generated html in the browser console
- See the wrong "aria-expanded" attribute's value
Expected behavior
The attribute is expected to have a simple boolean as a value, but the value is "False.ToString().ToLowerInvariant()".
Desktop (please complete the following information):
- OS: Windows 11
- Browser: Chrome
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels