Trying to force leading zeros on numbers

Is there a component like TextField or a method for TextField that allows number-only input and forces that input to be 5 digits, even if it has leading zeros? I’m trying to display a zip code in a Grid and a form that populates when a row in the Grid is clicked on, but NumberField requires a double and chops off leading zeros.