lowcoder
lowcoder copied to clipboard
[Bug]: Navigation and Dropdown Component inconsistencies
trafficstars
Is there an existing issue for this?
- [x] I have searched the existing issues
Current Behavior
The Dropdown component's menu list has a Disabled property which correctly disables a menu item.
The Navigation Component has very similar properties as the dropdown, but has an "Active" and not a "Disabled". I could not get the Active to do anything interesting.
So should "Active" really be "Disable"? And should it grey out the menu like the Dropdown Component"?
Expected Behavior
I expected a menu item to have a Disabled property.
Steps to reproduce
Make a Dropdown and Navigation Component
Environment
2.7.4
Additional Information
No response