1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 06:15:42 +00:00

Mark console state field on new registrar form as required (#2509)
Some checks failed
CodeQL / Analyze (java) (push) Failing after 58s
CodeQL / Analyze (javascript) (push) Failing after 56s
CodeQL / Analyze (python) (push) Failing after 53s
Dependency Submission / dependency-submission (push) Successful in 2m12s

This commit is contained in:
Pavlo Tkach
2024-07-26 14:46:43 -04:00
committed by GitHub
parent d4faa77ee4
commit fa721e82ff

View File

@@ -142,7 +142,7 @@ JPY=billing-id-for-yen"
<mat-label>State/Region: </mat-label>
<input
matInput
[required]="false"
[required]="true"
[(ngModel)]="newRegistrar.localizedAddress.state"
[ngModelOptions]="{ standalone: true }"
/>