mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-18 15:54:26 +01:00
adding required attribute for example signin form
This commit is contained in:
parent
fff5e540f5
commit
3d97454c09
@ -28,8 +28,8 @@
|
||||
|
||||
<form class="form-signin">
|
||||
<h2 class="form-signin-heading">Please sign in</h2>
|
||||
<input type="text" class="form-control" placeholder="Email address" autofocus>
|
||||
<input type="password" class="form-control" placeholder="Password">
|
||||
<input type="text" class="form-control" placeholder="Email address" required autofocus>
|
||||
<input type="password" class="form-control" placeholder="Password" required>
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" value="remember-me"> Remember me
|
||||
</label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user