Toolbar Input onChange/onKeyUp/onKeyDown

It would be nice to have an event for a toolbar input onChange/onKeyUp/onKeyDown.
Now I solve it by doing the following:

    inputSearchProducts=this.productsGridToolbar.getInput('searchProducts');
    inputSearchProducts.onkeyup=function(){ 
        mdl_products_v2.productsGrid_doSearch();
    };

It would be so mucht better if it would be a toolbar event.

Thanks

The problem is confirmed. We’re working on a solution.

I apologize for the delay.
The problem is confirmed and fixed.
The solution will be included in the future versions of the dhtmlxToolbar.