Skip to content

Commit e20d8f0

Browse files
Hirsejelbourn
authored andcommitted
docs(input): remove tabindex from example (#9111)
1 parent a4d7d28 commit e20d8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-examples/dialog-overview/dialog-overview-example-dialog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ <h1 mat-dialog-title>Hi {{data.name}}</h1>
22
<div mat-dialog-content>
33
<p>What's your favorite animal?</p>
44
<mat-form-field>
5-
<input matInput tabindex="1" [(ngModel)]="data.animal">
5+
<input matInput [(ngModel)]="data.animal">
66
</mat-form-field>
77
</div>
88
<div mat-dialog-actions>

0 commit comments

Comments
 (0)