-
Notifications
You must be signed in to change notification settings - Fork 498
Open
Description
Hello, can you generate a new dist with fixed mask function for numeric values?
jquery-maskmoney/src/jquery.maskMoney.js
Lines 205 to 206 in cdbeeac
| var isNumber = !isNaN(value); | |
| var decimalPointIndex = isNumber? value.indexOf("."): value.indexOf(settings.decimal); |
The current dist is shipping a broken mask implementation that don't translate well decimal values if the separator is set for another character
jquery-maskmoney/dist/jquery.maskMoney.js
Line 213 in cdbeeac
| var decimalPointIndex = value.indexOf(settings.decimal); |
d42ohpaz and Jako
Metadata
Metadata
Assignees
Labels
No labels