@c10t/nice-component-library 0.0.20-a → 0.0.20-c
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.
|
@@ -4532,6 +4532,8 @@ class CvaLiveSearchingComponent {
|
|
|
4532
4532
|
writeValue(obj) {
|
|
4533
4533
|
if (!obj || typeof obj !== 'string') {
|
|
4534
4534
|
this.selected = {};
|
|
4535
|
+
this.filteredOptions.length = 0;
|
|
4536
|
+
this.filteredOptions = [];
|
|
4535
4537
|
this.textControl.setValue('', { emitEvent: false });
|
|
4536
4538
|
this.updateRowOrFormGroup();
|
|
4537
4539
|
return;
|
|
@@ -4624,7 +4626,7 @@ class CvaLiveSearchingComponent {
|
|
|
4624
4626
|
matInput
|
|
4625
4627
|
[required]="required"
|
|
4626
4628
|
[disabled]="disabled"
|
|
4627
|
-
|
|
4629
|
+
placeholder="{{placeholder|translate}}"
|
|
4628
4630
|
[formControl]="textControl"
|
|
4629
4631
|
[matAutocomplete]="auto"
|
|
4630
4632
|
readonly="{{readonly}}" />
|
|
@@ -4676,7 +4678,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
4676
4678
|
matInput
|
|
4677
4679
|
[required]="required"
|
|
4678
4680
|
[disabled]="disabled"
|
|
4679
|
-
|
|
4681
|
+
placeholder="{{placeholder|translate}}"
|
|
4680
4682
|
[formControl]="textControl"
|
|
4681
4683
|
[matAutocomplete]="auto"
|
|
4682
4684
|
readonly="{{readonly}}" />
|