Skip to content

Commit

Permalink
docs(input): remove tabindex from example (angular#9111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirse authored and jelbourn committed Jan 8, 2018
1 parent 5693017 commit 3dcecaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ <h1 mat-dialog-title>Hi {{data.name}}</h1>
<div mat-dialog-content>
<p>What's your favorite animal?</p>
<mat-form-field>
<input matInput tabindex="1" [(ngModel)]="data.animal">
<input matInput [(ngModel)]="data.animal">
</mat-form-field>
</div>
<div mat-dialog-actions>
Expand Down

0 comments on commit 3dcecaf

Please sign in to comment.