Skip to content

Commit

Permalink
Inline demo update
Browse files Browse the repository at this point in the history
  • Loading branch information
MacTheZazou committed Mar 8, 2017
1 parent c4985fc commit 2560729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Example:

```html
<paper-input-username id="validInput" minlength="3" min-error-message="Your username must be longer." label="Valid Username" allowed-pattern="[a-zA-Z0-9]"></paper-input-username>
<paper-input-username id="failInput" label="Conflict Username" allowed-pattern="[a-zA-Z]"></paper-input-username>
<paper-input-username id="failInput" label="Conflict Username" allowed-pattern="[a-zA-Z]" style="height:10px;"></paper-input-username>
<script>
var validInput = document.getElementById('validInput');
var failInput = document.getElementById('failInput')
Expand Down

0 comments on commit 2560729

Please sign in to comment.