Device-Bugs
Device-Bugs copied to clipboard
Safari 6 (Mac OS X and iOS) truncate leading zeros on input type="number"
trafficstars
Type the valid US Zip Code "02111" into an <input type="number"> field and it will truncate the leading zero.
Workaround: use type="text".
This is the same as #71: Safari 6 keeps the double version of the input, not the original string (which is not to say it's a duplicate, it's a different symptom)