ソースを参照

Update optional masks explanation

Robin Herbots 13 年 前
コミット
7a4abd4660
1 ファイル変更2 行追加1 行削除
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -215,9 +215,10 @@ $(document).ready(function(){
 });
 });
 ```
 ```
 
 
-### Optional Masks
+### Simple Optional Masks
 
 
 When `clearMaskOnLostFocus: true` is set in the options (default), the mask will always clearout masks marked as optional when not filled in.
 When `clearMaskOnLostFocus: true` is set in the options (default), the mask will always clearout masks marked as optional when not filled in.
+The optional part should always be at the end of the mask!  Full choice of optionality will be implemented in v2 of the plugin.
 
 
 For example, given:
 For example, given: