@colijnit/corecomponents_v12 262.1.12 → 300.1.0

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.
@@ -14390,7 +14390,8 @@ class ListOfValuesComponent extends BaseInputComponent {
14390
14390
  type="text"
14391
14391
  [id]="label"
14392
14392
  [model]="inputModel"
14393
- [placeholder]="label"
14393
+ [label]="label"
14394
+ [placeholder]="searchPlaceholder"
14394
14395
  [myFormInputInstance]="this"
14395
14396
  [readonly]="readonly"
14396
14397
  [disabled]="disabled"
@@ -14441,7 +14442,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
14441
14442
  type="text"
14442
14443
  [id]="label"
14443
14444
  [model]="inputModel"
14444
- [placeholder]="label"
14445
+ [label]="label"
14446
+ [placeholder]="searchPlaceholder"
14445
14447
  [myFormInputInstance]="this"
14446
14448
  [readonly]="readonly"
14447
14449
  [disabled]="disabled"