Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have an app with a number of listboxes where one selected value is to be maintained at all times. Hitting the clear button in the toolbar or a button with the action Clear All does not clear these listboxes. So far so good.
However clicking a button with the action Copy State Contents messes them up.
These listboxes all have the Always One Selected Value option set and they select on the default state:
This is the problematic action:
This is the result on my listboxes.
Looks like a bug. Has anyone else experienced this?
Cheers
Andrew
I did some testing and I experience the same, not sure if it is a bug or intended behavior. If you set the fields in the alternate state also to be always one selected, it seems to work. So maybe always one selected value is a property part of the state contents to be copied? hic