dhtmlxCombo - left justify with using enableFilteringMode(tr

When I use enableFilteringMode(true) with dhtmlxCombo, when using the type ahead feature, the text in the combo seems to center when typing in the desired option (when the text is longer than the width of the combo). Is there a way to make the text stay left justified when picking an option?


Please check that some other css don’t redefine combo style property.


Please check that there is not text-align:center for input on your page. If the issue can’t be solved, please provide the sample to reproduce it.