Fixed #2162 - filterMatchMode option is ignored in MultiSelect
parent
369239d341
commit
66018d7dc3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue