Skip to content

Commit ae579e9

Browse files
committed
Update index.html
This is very minor, but to help encourage best practises it'd be best to have the input type 'email' for this email input example instead of 'text'
1 parent c658e4e commit ae579e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/signin/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<form class="form-signin" role="form">
3434
<h2 class="form-signin-heading">Please sign in</h2>
35-
<input type="text" class="form-control" placeholder="Email address" required autofocus>
35+
<input type="email" class="form-control" placeholder="Email address" required autofocus>
3636
<input type="password" class="form-control" placeholder="Password" required>
3737
<label class="checkbox">
3838
<input type="checkbox" value="remember-me"> Remember me

0 commit comments

Comments
 (0)