Hi all,
Here is a simple fiddle with combobox only: https://fiddle.sencha.com/#fiddle/lk4
Just expand a combo, click and hold left mouse button on the first element and drag the mouse to the second element in the list. As a result a combo field clears.
I configured my combo to be:
Code:
forceSelection: true,
editable: false,
value: 'AL',
So the user shouldn't be able to type a value, should only select it from the existing one(empty value is not included), and the combo has a value by default.
So the question is how to prevent this behavior? That is a bug from my point of view.
Thanks in advance.