Question
Labb
PH
Last activity: 19 Nov 2024 10:06 EST
Constellation Combo box dynamic values based on conditions
I have a requirement where the values from the combo box is dependent in some property values.
Scenario
PropertyA = 1
Then the combo box will only display Value2, Value3 and Value4
PropertyA = 2 || 4
Then the combo box will only display Value1, Value 3 and Value 4.
PropertyA = 3
Then the combo box will only display Value4
Anyone who knows how to implement this?