Hi,
I have a FormLayout where I add input fields using addFormItem(). Later some fields might become invisible by business logic, but the label is still visible.
I understand that the label in this case is a separate component - is there any way to find this label and also set its visibility?
Of course I can keep a map when creating the FormItems, but I’d prefer a more generic way.
Is there maybe something like a VisibiltyChangeEvent which could be used? (didn’t find it myself)