…in input type number field and limited maxlength = 10 for phone number and maxlength=6 for zip code for all types of browser
Fixes #3
Describe the changes you've made
added some styles to remove the arrow keys in the input number field.
added a JavaScript snippet to limit the length of the input type = "number" field to 10 for the phone number box and 6 for zip code.
…in input type number field and limited maxlength = 10 for phone number and maxlength=6 for zip code for all types of browser
Describe the changes you've made
added some styles to remove the arrow keys in the input number field. added a JavaScript snippet to limit the length of the input type = "number" field to 10 for the phone number box and 6 for zip code.