Grid combo filter doesnt allow search when html is enabled

The grid combobox filter doesn’t allow to search when the html is enabled for the grid column. However if i have a plain text search filter it works.

Thank you for your report.
We’ll try to extend this possibility in the future updates.

Hello Nikolai.

According to your request we extended the possibility to edit the combobox filter input with enabled html content for the column.

You just need to add the readonly: false to the filterConfig:

{ content: "comboFilter", filterConfig: {readonly: false } }

Here is the example:
https://snippet.dhtmlx.com/p8oe5u0b

Please note, that in that case it may lead to security problems as you are allowing to enter the html code to your combobox input.