Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
docs(textfield): Remove unnecessary attributes (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
pndewit authored and kfranqueiro committed Oct 24, 2017
1 parent 70b1360 commit 6f9b87f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions demos/textfield.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@
<div class="mdc-toolbar-fixed-adjust"></div>
<section class="hero">
<div class="mdc-textfield">
<input type="text" class="mdc-textfield__input" id="my-textfield"
aria-controls="my-textfield-helptext" data-demo-no-auto-js>
<input type="text" class="mdc-textfield__input" id="my-textfield" aria-controls="my-textfield-helptext">
<label for="my-textfield" class="mdc-textfield__label">Text Field</label>
<div class="mdc-textfield__bottom-line"></div>
</div>
Expand All @@ -91,8 +90,7 @@
<h2>Full Functionality JS Component (Floating Label, Validation)</h2>
<section id="demo-textfield-wrapper">
<div class="mdc-textfield">
<input type="text" class="mdc-textfield__input" id="my-textfield"
aria-controls="my-textfield-helptext" data-demo-no-auto-js>
<input type="text" class="mdc-textfield__input" id="my-textfield" aria-controls="my-textfield-helptext">
<label for="my-textfield" class="mdc-textfield__label">Email Address</label>
<div class="mdc-textfield__bottom-line"></div>
</div>
Expand Down

0 comments on commit 6f9b87f

Please sign in to comment.