Global Filter timeout problem #3913
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
While using filter with datatable the setTimeout is not cancelled before a new one is created. As a result if you type n characters fast enough (faster than filterDelay property value) the this._filter() method is called n times instead of one.
The text was updated successfully, but these errors were encountered: