Link to home
Start Free TrialLog in
Avatar of somaghoshCU
somaghoshCU

asked on

jquery.inputmask behavior in Firefox

I am currently using jQuery.inputmask in some of my javascript fields.

$('.somefield').inputmask("9999999999");

However, there is an issue in Firefox browser. The mask is shifted to the right as value is entered. A valid value cannot be entered without manually deleting the underscores.

Please advise!
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Can you create a jsfiddle.net and let us know the URL of the plugin you use?
ASKER CERTIFIED SOLUTION
Avatar of somaghoshCU
somaghoshCU

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of somaghoshCU
somaghoshCU

ASKER

I got the solution with the latest download here:

http://github.com/RobinHerbots/jquery.inputmask