Tagged Questions
4
votes
2answers
970 views
Selected value in ribbon DropDown/ComboBox is not displayed
When I select one of the values in my DropDown (or ComboBox, tried both), the event gets triggered correctly, but the selected item is not shown when the DropDown is closed (the box stays empty). I ...