lowcoder icon indicating copy to clipboard operation
lowcoder copied to clipboard

[Bug]: Navigation and Dropdown Component inconsistencies

Open ScottKemp opened this issue 1 month ago • 2 comments
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"?

Image Image

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

ScottKemp avatar Sep 26 '25 06:09 ScottKemp