Hi,
I’ve come across a bug that seems to be connected to the choose control.
There are two parts, which may be related.
The first is that when the component is added to a page, my choose
control is showing up in breakout mode:
These are the settings for this choose control:
This doesn’t happen when the values
and initial
are set to strings (“1” and “0”), but my understanding is that if I want to use these values in a calc()
function for a CSS value, they need to be numerical, is that right?
The second aspect of this bug, is that when this component is added to a page, switching the choose
control back out of breakout mode resets all other values to their defaults. You can see the behaviour in this video:
This shows the process of adding the component, make a few changes to the parameters, then resetting the Padding choose
control, which then resets the changes made earlier.
This behaviour also occurs if I change the component values to “1” and “0” and the initial to “1”. This time, if I use breakout mode to enter any other value, then make some changes to other controls, then return the choose
control to its defined values, it resets all edited controls back to default.
Let me know if you need any more info, hopefully the above covers it