mirror of
https://github.com/google/nomulus
synced 2026-01-03 19:54:18 +00:00
Mark console state field on new registrar form as required (#2509)
This commit is contained in:
@@ -142,7 +142,7 @@ JPY=billing-id-for-yen"
|
|||||||
<mat-label>State/Region: </mat-label>
|
<mat-label>State/Region: </mat-label>
|
||||||
<input
|
<input
|
||||||
matInput
|
matInput
|
||||||
[required]="false"
|
[required]="true"
|
||||||
[(ngModel)]="newRegistrar.localizedAddress.state"
|
[(ngModel)]="newRegistrar.localizedAddress.state"
|
||||||
[ngModelOptions]="{ standalone: true }"
|
[ngModelOptions]="{ standalone: true }"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user