浏览代码

Merge branch 'dev'

Robin Herbots 13 年之前
父节点
当前提交
56aa47f76b
共有 1 个文件被更改,包括 6 次插入0 次删除
  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.