selectFilter - boolean false issue

I have grid with boolean type column - if I try to filter by “false”, then any data is show.
https://snippet.dhtmlx.com/ud86xu91 - try to filter by “false” value in “TEST” column.
I need to have boolean type, not string.
What’s wrong?

Thank you for your report. The problem with the selectFilter is confirmed. We’ll try to fix it in one of the future updates.
For now as a workaround please, try to use the comboFilter instead.

We’ve fixed your report43ed problem in the latest dhx.Suite update (7.3).
Now, this scenario should work correctly.
You can test it in your original snippet.
Thank you for your report.