Merge pull request #2308 from tugcekucukoglu/filter

Fixed #2162 - filterMatchMode option is ignored in MultiSelect
pull/2309/head
Tuğçe Küçükoğlu 2022-03-14 10:01:41 +03:00 committed by GitHub
commit 7642624f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -614,7 +614,7 @@ export default {
return filteredGroups
}
else {
return FilterService.filter(this.options, this.searchFields, this.filterValue, 'contains', this.filterLocale);
return FilterService.filter(this.options, this.searchFields, this.filterValue, this.filterMatchMode, this.filterLocale);
}
}
else {