Skip to content

Commit bc21abc

Browse files
committed
telephone number labels changes
1 parent 27cf33c commit bc21abc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div [formGroup]="parts" class="example-tel-input-container">
2-
<input class="example-tel-input-element" formControlName="area" size="3" aria-label="Enter first 3 digits of phone number" (input)="_handleInput()">
2+
<input class="example-tel-input-element" formControlName="area" size="3" aria-label="Area code" (input)="_handleInput()">
33
<span class="example-tel-input-spacer">&ndash;</span>
4-
<input class="example-tel-input-element" formControlName="exchange" size="3" aria-label="Enter middle 3 digits of phone number" (input)="_handleInput()">
4+
<input class="example-tel-input-element" formControlName="exchange" size="3" aria-label="Exchange code" (input)="_handleInput()">
55
<span class="example-tel-input-spacer">&ndash;</span>
6-
<input class="example-tel-input-element" formControlName="subscriber" size="4" aria-label="Enter last 4 digits of phone number" (input)="_handleInput()">
6+
<input class="example-tel-input-element" formControlName="subscriber" size="4" aria-label="Subscriber number" (input)="_handleInput()">
77
</div>

0 commit comments

Comments
 (0)