Skip to content

Commit

Permalink
chore: update label and ids of example
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisUrrutia committed Apr 17, 2018
1 parent fb160b1 commit 09bd070
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<div class="container">
<div class="row">
<div class="col-12">
<form class="form-signin">
<label for="inputEmail" class="sr-only">Email address</label>
<input type="text" id="inputEmail" class="form-control maskedInput" placeholder="RUT" required autofocus>
<form>
<label for="inputRut" class="sr-only">RUT</label>
<input type="text" id="inputRut" class="form-control maskedInput" placeholder="RUT" required autofocus>
</form>
</div>
</div>
Expand Down

0 comments on commit 09bd070

Please sign in to comment.