@messaia/cdk 19.0.0-rc05 → 19.0.0-rc06
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/fesm2022/messaia-cdk.mjs
CHANGED
|
@@ -25343,7 +25343,6 @@ class VdChipsComponent extends AbstractMatFormField {
|
|
|
25343
25343
|
this.chips.push(x);
|
|
25344
25344
|
/* Emit the selected item */
|
|
25345
25345
|
this.initSelect.emit(x);
|
|
25346
|
-
this.focused = true;
|
|
25347
25346
|
this.changeDetectorRef.detectChanges();
|
|
25348
25347
|
},
|
|
25349
25348
|
error: () => this.loading = false
|