mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Update FilterService.js
This commit is contained in:
parent
4b933f75ad
commit
de3c2593e9
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ const FilterService = {
|
|||
for (const field of fields) {
|
||||
const fieldValue = ObjectUtils.resolveFieldData(item, field);
|
||||
|
||||
|
||||
if (this.filters[filterMatchMode](fieldValue, filterValue, filterLocale)) {
|
||||
filteredItems.push(item);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue