autocomplete combobox

I’ve noticed in the example found in:



dhtmlx.com/docs/products/dhtmlxG … 7496714000



For the autocomplete combobox, if the user types a string that is not in the list, the grid still accepts is. Is there a way to limit the user input to what is just in the list provided?

There is no ready to use API for such task, but it possible to attach custom code to the onChange event of combo, and add check there, which will clear combo if entered text doesn’t related to any options.