Input fields that are numbers should set the max length attribute based on the largest number that they allow.
This attribute should then be used to set the width of the input so that the user gets a visual cue of how big a number they can enter. Minimum and maximum widths should also be specified.