How to get combo list updated with contained values?

Hello,

The combo documentation (dhtmlx.com/docs/products/dhtmlxCombo/index.shtml) states:

I can only get the combo list to show values which begin from the characters typed, but not containing certain characters. If I have a list which contains the values, say,

Robert Schumann
Clara Schumann

… and I start typing ‘Schumann’, I would expect to get both names appearing in the list, but this doesn’t happen. Please tell me how to make this happen. Thanks.

You need to use method enableFilteringMode(‘between’).

That worked a treat, Darya, thanks so much!

You are welcome