Fixed #1496 - filterMatchMode option is ignored in Dropdown
parent
f217bff91f
commit
3a74243bdb
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue