|
|
@@ -1,6 +1,6 @@
|
|
|
<select clrSelect [formControl]="formControl" [vdrDisabled]="readonly">
|
|
|
<option *ngIf="config.nullable" [ngValue]="null"></option>
|
|
|
- <option *ngFor="let option of options" [value]="option.value">
|
|
|
+ <option *ngFor="let option of options" [ngValue]="option.value">
|
|
|
{{ (option | customFieldLabel) || option.label || option.value }}
|
|
|
</option>
|
|
|
</select>
|