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)
This commit is contained in:
@@ -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 }"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user