lowcoder icon indicating copy to clipboard operation
lowcoder copied to clipboard

[Bug]: Navigation and Dropdown Component inconsistencies

Open ScottKemp opened this issue 4 months ago • 2 comments

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

I also noticed that the Dropdown has a dynamic map option, and the navigation component does not.

ScottKemp avatar Sep 28 '25 23:09 ScottKemp

The "Navigation" component now has the Disabled property, on Dev.

Image

adnanqaops avatar Oct 15 '25 12:10 adnanqaops