Add a visible
Property to Components for Binding
#15226
Labels
bb-components
bb-design
conditional ui
Relating to component conditions
enhancement
New feature or request
env - production
Bug found in production
low-hanging-fruit
Description
Add a
visible
property in component bindings to allow components to inherit the visibility state of another component.Proposed Solution
Enable components to reference the
visible
property of other components instead of duplicating complex visibility conditions.Example:
Instead of:
We'd have:
The text was updated successfully, but these errors were encountered: