Skip to content

IE 8 problems with currency and jquery.inputmask.bundle.js #1545

Closed
@NurGuz

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"

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions