Fixed #2162 - filterMatchMode option is ignored in MultiSelect

pull/2308/head
Tuğçe Küçükoğlu 2022-03-14 10:00:56 +03:00
parent 369239d341
commit 66018d7dc3
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 {