Hi,
I try to implement a widget_1 which will change its value only if another widget_2 is set to a specific value. otherwise I would like to let the value of widget_1 untouched. I tried to use a @ValueProvider (computeFromValueSupplier(...)) for widget_1 using a @ValueReference of widget_2 but I don’t know how to avoid a value change if my condition is not met. I don’t know how to retrieve the current value of widget_1.
I assume it’s possible to get such a behavior and I would be happy if anybody could help me.
Antje