-
- Downloads
Fix the formula mode so that the custom decimal character set with...
Fix the formula mode so that the custom decimal character set with `decimalCharacter` is used instead of the default `'.'` character when writing float numbers
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
Showing
- CHANGELOG.md 2 additions, 0 deletionsCHANGELOG.md
- src/AutoNumeric.js 7 additions, 3 deletionssrc/AutoNumeric.js
- src/maths/Lexer.js 11 additions, 7 deletionssrc/maths/Lexer.js
- src/maths/Parser.js 12 additions, 10 deletionssrc/maths/Parser.js
- test/e2e/index.html 2 additions, 0 deletionstest/e2e/index.html
- test/e2e/specs/autoNumeric.e2e.spec.js 2 additions, 0 deletionstest/e2e/specs/autoNumeric.e2e.spec.js
- test/unit/autoNumeric.spec.js 20 additions, 0 deletionstest/unit/autoNumeric.spec.js
Loading
Please register or sign in to comment