If we set filterable: true, autoDropDownHeight: true, width: ‘100%’, we get a strange behaviour of filtering: If we enter text with no match, the dropdown looses its focus and previous selected item is deselected. I.e. if we start entering text, which suddenly has no match, pressing back space key will “no more work”, because filter input has no more focus. We need to click back into input field.
This bug does only occur, if both features are together active: autoDropDownHeight and with=100%. It tooks me hours to trace this problem down to these two properties (I first meant it was due to usage inside jqxRibbon inside jqxWin…. then due to own directives in angular… and at the end, I am landing here…). I really hope that you will fix this in the next release. Do you?
Here the sample:
http://jsfiddle.net/ph5S6/97/
Here a video:

Thanks and best regards,
– badera