I have a website that prompt the users to enter serial number for a product.
I have one text box and the user needs to enter the serial in this format:
xx:xx:xx:xx:xx:xx
Is there any component that will enter a :
after every two characters?
Or maybe I should split the text box to 6 text boxes?
Alternatively are there any other techniques that you can suggest?