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
@@ -22,7 +22,7 @@
</button>
</div>
}
<input #inputField type="hidden" class="form-control small" [(ngModel)]="value" [disabled]="true">
<input #inputField type="hidden" class="form-control small" [(ngModel)]="value" [ngModelOptions]="{standalone: true}" [disabled]="true">
@if (hint) {
<small class="form-text text-muted" [innerHTML]="hint"></small>
}