Merge pull request #2308 from tugcekucukoglu/filter
Fixed #2162 - filterMatchMode option is ignored in MultiSelectpull/2309/head
commit
7642624f63
|
@ -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