An open-source Low-Code development framework for .NET developers. Create .NET based business applications with 80% less code.
382
stars
75
forks
source link
Menu item remains visible when hidden is set to `true` using `navigation:form` #2268
Open
hlayisanimazuze opened 1 month ago
When using
navigation:form
, setting the hidden property totrue
does not hide the menu item as expectedSteps to reproduce the behavior:
From the updateValue endpoint, the payload shows that the value is sent through, and getsheshamainmenusetting brings back the correct value
Expected behavior The menu item should be hidden from the side menu when hidden is set to true