I'm having a little issue with a masked input with jquery:
I have a phonenumber text input, I masked it like
$("#phone").mask("9999-9999999");
It works great but when i am trying to populate value in phone number field while editing,it is not showing.
When I just click reset button it appears.
I am using jquery-1.5.2.min.js and jquery.maskedinput.js - Version: 1.2.2