I have a RibbonComboBox that allows 3 possible values Well, Battery and null. When a user start typing "B", the combobox behaves appropriately by autofilling the field with Battery, where "attery" is selected. Once the user enters "a", the field only says "Ba" and the remainder of the word is not displayed.
If the user then presses the arrow to display the dropdown, and select Battery from the list, the text box continues to display "Ba".
In all cases, the SelectedItem property still points to the "Battery" selection. I can implement the lost focus and force the word "Battery" into the TextBox.Text property for it to display properly, but I can't seem to find a way to fix it so that when the user selects from the drop down that the correct value is displayed.
Thanks,
Shamir