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
@@ -17,6 +17,7 @@
[class.is-invalid]="error"
[class.font-monospace]="monospace"
[(ngModel)]="value"
[ngModelOptions]="{standalone: true}"
(change)="onChange(value)"
[disabled]="disabled"
[placeholder]="placeholder"