Fixed #1496 - filterMatchMode option is ignored in Dropdown

pull/1527/head
Cagatay Civici 2021-09-06 11:59:26 +03:00
parent f217bff91f
commit 3a74243bdb
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ export default {
return filteredGroups return filteredGroups
} }
else { 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 { else {