@brickclay-org/ui 0.0.92 → 0.0.93
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.
|
@@ -4244,6 +4244,10 @@ class BkSelect {
|
|
|
4244
4244
|
// return this.selectedOptions()
|
|
4245
4245
|
// .slice(this.maxLabels())
|
|
4246
4246
|
// .map((x) => this.resolveLabel(x));
|
|
4247
|
+
const val = this.selectedOptions()
|
|
4248
|
+
.slice(this.maxLabels())
|
|
4249
|
+
.map((x) => this.resolveLabel(x));
|
|
4250
|
+
debugger;
|
|
4247
4251
|
return [];
|
|
4248
4252
|
}
|
|
4249
4253
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: BkSelect, deps: [], target: i0.ɵɵFactoryTarget.Component });
|