IE 8 problems with currency and jquery.inputmask.bundle.js #1545
Closed
Description
Hi.
I have a problem with app in IE 8 and mask currency,
isFinite(opts.digits)) {
var radixPosition = $.inArray(opts.radixPoint, processValue), rpb = $.inArray(opts.radixPoint, maskedValue);
The error go into the code rpb = $.inArray(opts.radixPoint, maskedValue);. And the error is "Invalid operand to 'in': Object expected"
opts.radixPoint = ","
maskedValue = "120,00"