File tree 1 file changed +3
-3
lines changed
src/material-examples/form-field-custom-control
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
< div [formGroup] ="parts " class ="example-tel-input-container ">
2
- < input class ="example-tel-input-element " formControlName ="area " size ="3 " (input) ="_handleInput() ">
2
+ < input class ="example-tel-input-element " formControlName ="area " size ="3 " aria-label =" Area code " (input) ="_handleInput() ">
3
3
< span class ="example-tel-input-spacer "> –</ span >
4
- < input class ="example-tel-input-element " formControlName ="exchange " size ="3 " (input) ="_handleInput() ">
4
+ < input class ="example-tel-input-element " formControlName ="exchange " size ="3 " aria-label =" Exchange code " (input) ="_handleInput() ">
5
5
< span class ="example-tel-input-spacer "> –</ span >
6
- < input class ="example-tel-input-element " formControlName ="subscriber " size ="4 " (input) ="_handleInput() ">
6
+ < input class ="example-tel-input-element " formControlName ="subscriber " size ="4 " aria-label =" Subscriber number " (input) ="_handleInput() ">
7
7
</ div >
You can’t perform that action at this time.
0 commit comments