Hi,
I have a Reusable Component where i have 3 optional Component Params. I want to show the Param based on which of them has input, so the Reusable Component has a Visibility Group (uncontrolled) like this:
Each of has a visibility condition like this:
However to ensure that this gives true you have to apply the others “null”. Which i think means that the Component Param does not set to “Undefined” if empty which i assume it should to be consistent with general behavior.
This shows String Value
This shows the correct Currency value
It is not a big deal as setting the value to “null” does trigger the has value to false. But would be nice if the component is used a large amount of places with many different header value pairs!
Best Regards
Sondre