Browse Source

- Update readme for numerics fix #994

Robin Herbots 10 years ago
parent
commit
1cca41783e
2 changed files with 12 additions and 0 deletions
  1. 1 0
      CHANGELOG.md
  2. 11 0
      README_numeric.md

+ 1 - 0
CHANGELOG.md

@@ -33,6 +33,7 @@ All notable changes to this project will be documented in this file.
 - Update placeholder handling
 
 ### Fixed
+- Update readme for numerics #994
 - extra zeros in currency alias #1008
 - masks parsing generate a Maximum call stack size exceeded #1007
 - Issue using datamask-input attributes and event handlers #992

+ 11 - 0
README_numeric.md

@@ -7,21 +7,27 @@ Number of fractionalDigits
 Default: "*"
 
 ### digitsOptional
+Specify wheter the digits are optional.  
 Default: true
 
 ### groupSize
+Define the grouping of the integer part.  
 Default: 3
 
 ### autoGroup
+Enable grouping of the integer part.  
 Default: false
 
 ### allowPlus
+Allow to enter +.  
 Default: true
 
 ### allowMinus
+Allow to enter -.  
 Default: true
 
 ### negationSymbol
+Define your negationSymbol.  
 Default: {  
   front: "-", //"("  
   back: "" //")"  
@@ -32,12 +38,15 @@ Number of integerDigits
 Default: "+"
 
 ### integerOptional
+Specify wheter the integerdigits are optional.
 Default: true
 
 ### prefix
+Define a prefix.  
 Default: ""
 
 ### suffix
+Define a suffix.  
 Default: ""
 
 ### decimalProtect
@@ -53,7 +62,9 @@ Maximum value
 Default: undefined
 
 ### step
+Define the step the ctrl-up & ctrl-down must take.
 Default: 1
 
 ### unmaskAsNumber
+Make unmasking returning a number instead of a string.  
 Default: false