Merge branch 'dev' into feature-bulk-edit

This commit is contained in:
jonaswinkler
2020-12-22 13:40:24 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
[disabled]="disabled"
[style.color]="textColor"
[style.background]="backgroundColor"
[clearable]="allowNull"
(change)="onChange(value)"
(blur)="onTouched()">
<ng-option *ngFor="let i of items" [value]="i.id">{{i.name}}</ng-option>