@kigi/components 1.19.2 → 1.19.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -138,7 +138,7 @@ export class MbgSelectMultiListController {
|
|
|
138
138
|
|
|
139
139
|
searchNgModel() {
|
|
140
140
|
this.$timeout(() => {
|
|
141
|
-
const search = (this.selectOptionRight !== "
|
|
141
|
+
const search = (this.selectOptionRight !== "issuername" ? this.selectOptionRight : this.label).split(',')
|
|
142
142
|
const keys = search.map((word) => word.trim())
|
|
143
143
|
const dataModel = JSON.parse(JSON.stringify(this.ngModel))
|
|
144
144
|
const options = {
|