Propertysheet 2 combos with same items

Hello,

In the propertysheet component when having 2 combo fields with same set of options which are being set after initialization of propertysheet component, it seems that setting the value of the second combo overrides the value of the first combo.

see Code Snippet

Thanks & Regards,
Michael

Hello @Mimu1988 ,
You can use setValues(values, update…) second parameter to save the old values.

Hi Mariya,
Thanks for the hint, that solved my problem :wink:
Thanks,
Michael