Guys i need to fill out an input with zero, to always have 6 characters.
Exemple:
User enters the number 23, while he type, the others 4 characters are 0:
000000 (start)
000002 (type 2)
000023 (type 3)
I do some searches, but not found and i have no ideia how to do this ;/