Browse Source

Merge branch 'dev'

Robin Herbots 13 years ago
parent
commit
56aa47f76b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -307,6 +307,12 @@ see jquery.inputmask.extensions.js for some examples
 <input id="test" disabled="disabled" />
 ```
 
+### maxlength attribute
+
+```html
+<input id="test" maxlength="4" />
+```
+
 ## Compiling with Google Closure Compiler
 
 First grab the sources from github.  In the root you type ant.