浏览代码

update readme with radixdance option

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

+ 7 - 1
README.md

@@ -223,6 +223,8 @@ $(document).ready(function(){
 });
 });
 ```
 ```
 
 
+#### skipRadixDance
+
 If you define a radixPoint the caret will always jump to the integer part, until you type the radixpoint.  
 If you define a radixPoint the caret will always jump to the integer part, until you type the radixpoint.  
 
 
 ```javascript
 ```javascript
@@ -231,6 +233,8 @@ $(document).ready(function(){
 });
 });
 ```
 ```
 
 
+This behavior can be skipped by setting the skipRadixDance to true.
+
 #### align the numerics to the right
 #### align the numerics to the right
 
 
 By setting the rightAlignNumerics you can specify to right align a numeric inputmask.  Default is true.  
 By setting the rightAlignNumerics you can specify to right align a numeric inputmask.  Default is true.  
@@ -541,8 +545,10 @@ $(document).ready(function(){
 });
 });
 ```
 ```
 
 
+RadixDance
+
 With the decimal mask the caret will always jump to the integer part, until you type the radixpoint.  
 With the decimal mask the caret will always jump to the integer part, until you type the radixpoint.  
-There is autocompletion on tab with decimal numbers.
+There is autocompletion on tab with decimal numbers.  You can disable this behaviour by setting the skipRadixDance to true.
 
 
 Define the radixpoint
 Define the radixpoint