Hi there !
I have tested two different ways to get a value and one doesn’t work.
The good widget:
The bad widget:
The bad’s parent :
What is wrong in the second widget?
Hi there !
I have tested two different ways to get a value and one doesn’t work.
The good widget:
The bad widget:
The bad’s parent :
What is wrong in the second widget?
The problem is that container widgets don’t hold any value except for modals (where value
indicates whether it’s opened or not) and panels that contain tabs (where value
indicates the active tab index). The presence of this property field when it’s not used is misleading, something to improve maybe.