Filter as contains instead of start with | combobox

Hi,

I have taken a look at
viewtopic.php?f=4&t=12968
also
viewtopic.php?f=4&t=16576
both say the same thing about the dhtmlxcombo.js. When I tried to open mine, I didn’t catch these lines, even I tried to check if they are available on the version available online at:
dhtmlx.com/x/download/regula … xCombo.zip
but I couldn’t find this line of code. I assume that the version I have and the version on the net is 3.6 as I see on the top of dhtmlxcombo.js. Did the code changed since 2.6 as viewtopic.php?f=4&t=16576 assume?

Please advise.
If there is another easier way to configure filtering mode (start with, contains, ends with) that would be better so I can apply these modes in different places of my App.

Regards,
Ridwan

Hi Ridwan,

You can use “between” parameter in enableFilteringMode to apply contains filtering:

combo.enableFilteringMode(“between”);