Chore: resolve Angular NG01354 warnings (#14000)

This commit is contained in:
shamoon
2026-09-05 16:18:13 -07:00
committed by GitHub
parent 90f6db8328
commit c37e9ea187
20 changed files with 47 additions and 41 deletions
@@ -14,7 +14,7 @@
}
<div [class.col-md-9]="horizontal">
<div [class.input-group]="allowCreateNew || showFilter" [class.is-invalid]="error">
<ng-select name="inputId" [(ngModel)]="value"
<ng-select name="inputId" [(ngModel)]="value" [ngModelOptions]="{standalone: true}"
[disabled]="disabled"
[style.color]="textColor"
[style.background]="backgroundColor"