|
|
|
@ -120,8 +120,10 @@ export class SearchMultiSelectLoader extends Widget {
|
|
|
|
|
} |
|
|
|
|
firstItems = this._createItems(json); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
callback(firstItems.concat(this._createItems(ob.items)), ob.keyword || ""); |
|
|
|
|
const context = { |
|
|
|
|
tipText: ob.tipText, |
|
|
|
|
}; |
|
|
|
|
callback(firstItems.concat(this._createItems(ob.items)), ob.keyword || "", context); |
|
|
|
|
if (op.times === 1 && this.storeValue) { |
|
|
|
|
isKey(startValue) && |
|
|
|
|
(this.storeValue.type === Selection.All |
|
|
|
|