10-01-2021 11:47 AM
Is it me or there is no default value for ComboBox and you have to set it up manually via its properties?
Thanks
Ch
Solved! Go to Solution.
10-01-2021 12:51 PM
You can configure the default value of a combobox by selecting a value from the combobox dropdown / entering a value, right clicking the control, and choosing "Make current value default". See the following:
10-04-2021 04:28 AM
That option does not appear to be available when the combo box is within a cluster.
10-04-2021 09:34 AM
The top-level cluster value is what represents the value of the whole cluster (which includes the children). To set the default value of a control inside the cluster you have to change the value of a control inside the cluster and then set the default value of the cluster as a whole:
10-04-2021 10:12 AM - edited 10-04-2021 10:12 AM
Thanks again for the animation.
I was looking in the panel on the right since other controls have the option to set the default value there.
Still need more time to adapt.