Why won\'t my input resize when I change the type to type=\"number\" but it works with type=\"text\"?
type=\"number\"
type=\"text\"
EXAMPLE
Email: &l
Rather than set the length, set the max and min values for the number input.
The input box then resizes to fit the longest valid value.
If you want to allow a 3-digit number then set 999 as the max