How to change Phone number format in input as you type?
问题 My CodePen: http://codepen.io/leongaban/pen/cyaAL I have an input field for a phone number which allows up to 20 characters (for international numbers). I'm also using the Masked input jQuery plugin by Josh Bush to format the phone number in the input to make it 'pretty'. My problem is that in the requirements when the phone is 10 digits or less, it should use the Masked input formatting. However when the phone number is longer then 10 digits, the formatting should be removed. Here is my