Decimal separator conversion
See original GitHub issueI’m using the “numeric” mask with this configuration:
$(".input-mask").inputmask('numeric', {
radixPoint: '.',
autoUnmask: true,
rightAlign: false,
unmaskAsNumber: true,
removeMaskOnSubmit: true
});
When I try to press “,” (comma), instead of prevent it, I would replace it with “.” (dot) … is it possibile?
Thank you
Issue Analytics
- State:
- Created 8 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
Decimal separator
A decimal separator is a symbol used to separate the integer part from the fractional part of a number written in decimal form...
Read more >4 methods to change comma to decimal point in Excel
Method 1: converting decimal point to comma in Excel through Notepad · Copy the data from the original spreadsheet on this page. ·...
Read more >How to Convert Comma to Decimal Point & Dot to Comma in ...
Method 1: Text to Columns · Select the cells that contain the values you want to convert. · Select the Data tab on...
Read more >How to Change Commas to Decimal Points and Vice Versa ...
Changing commas to decimals and vice versa by changing Excel Options · Click the File tab in the Ribbon. · Click Options. ·...
Read more >International Currency Conversion - DFA Cornell
United States (U.S.) currency is formatted with a decimal point (.) as a separator between the dollars and cents. Some countries use a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@billmn ,
Fixed with the latest commit
@billmn ,
Now I see what you mean. Overtyping 1234.56 with komma does not work.
I will fix that