Hi All,
Good day!
I do not know if this is how it is supposed to be and this is one of the differences of ComboBox and DropDown menu.
I have one each ComboBox and Dropdown, and put a Set(selecteditem,ComboBox1.Selected.Value) and Set(selecteditem_1,ComboBox1.Selected.Value) on each respectively.
On interaction, when the user selected option1 and click on the chevron just to select Option1 again, the Onchange property of ComboBox removes it while the DropDown retains it.
Here are the screenshot for better understanding.
Initial selection
Solved! Go to Solution.
Hi @Anonymous ,
Actually, it is an normal behaviour with ComboBox control.
When you select an option within the ComboBox, the selected option would display within the ComboBox. But when you click chevron icon to chose the selected item again, the selected option would be canceled from the ComboBox.
Please check the following GIF screenshot for more details:
Best regards,
Hi @Anonymous ,
Actually, it is an normal behaviour with ComboBox control.
When you select an option within the ComboBox, the selected option would display within the ComboBox. But when you click chevron icon to chose the selected item again, the selected option would be canceled from the ComboBox.
Please check the following GIF screenshot for more details:
Best regards,