I am creating a component with a ‘rich text’ and a ‘button’ element, and trying to show/hide the button based on a condition which checks for a value in the component property ‘Button Text’. When I set the conditional visibility on the button to:
Dynamic Data > Button Text (property) > is not empty
The buttons in all instances are hidden, and when I set it to:
Dynamic Data > Button Text (property) > is empty
all of the button instances show.
This is regardless of wether there is a value entered for the ‘Button Text’ property in each instance, and also regardless of wether there is a default text value entered in the property. Latest Bricks release 1.2
And this component’s feature should be documented somewhere obvious. Neither in the documentation nor in the changelog I could find the component conditions, so I thought this is not ready yet.