Skip to content

Commit

Permalink
add documentation for maxlength field. Commented out while waiting fo…
Browse files Browse the repository at this point in the history
…r Issue #101
  • Loading branch information
bgrins committed Aug 9, 2013
1 parent 0dd3948 commit fbbed38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ <h3 class='point'>Flat</h3>
<input type='text' id='flat' value="limegreen" />
</div>

<!--
<div class="alert">
Heads up! Make sure you do not have a <code>maxlength</code> property set on your input. It has been known to break IE10.
</div>
-->

<h2>Options</h2>
<pre class='prettyprint'>
Expand Down

0 comments on commit fbbed38

Please sign in to comment.