Normal RadComboBox behaviour has the selected item aligned to the start of the word, clipping the end when it's too long for the ComboBox as I would expect.
When IsEditable is enabled once the user tabs out of the ComboBox the selected item is aligned to the end of the word, clipping the start. This occurs when an item is selected as well as when entered.
Is this the intended behaviour, I would expect that once I have completed selecting/entering an item it would show it from the start.
When IsEditable is enabled once the user tabs out of the ComboBox the selected item is aligned to the end of the word, clipping the start. This occurs when an item is selected as well as when entered.
Is this the intended behaviour, I would expect that once I have completed selecting/entering an item it would show it from the start.