keevo-components 1.5.211 → 1.5.212

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2540,10 +2540,8 @@ class TableComponent {
2540
2540
  return retorno;
2541
2541
  }
2542
2542
  onGlobalFilter(table, event) {
2543
- if (event.target.value.length >= 3) {
2544
- this.filterField.emit(event.target.value);
2545
- table.filterGlobal(event.target.value, 'contains');
2546
- }
2543
+ this.filterField.emit(event.target.value);
2544
+ table.filterGlobal(event.target.value, 'contains');
2547
2545
  }
2548
2546
  paginate(event) {
2549
2547
  if (event) {