浏览代码

Added clearIncomplete to documentation

Robin Herbots 13 年之前
父节点
当前提交
5fd4808ae4
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -101,6 +101,14 @@ $(document).ready(function(){
 });
 });
 ```
 ```
 
 
+### clearIncomplete - clear the incomplete input on blur
+
+```javascript
+$(document).ready(function(){
+   $("#date").inputmask("d/m/y",{ "clearIncomplete": true } });
+});
+```
+
 ### mask repeat function
 ### mask repeat function
 
 
 ```javascript
 ```javascript