Question:
Is it possible to automatically add a dash "-" in auto complete?
Let say I have a phone number field and if someone will type their phone number in it the browser auto complete will show.
Ex.
This is the browser auto complete value 1234567890
Once they select that I want to automatically format it to this
123-456-7890
Because there are some site that they dont have a validation format into their phone field you can input 10 digit number continuesly and once you have that in your browser cache it will also display into other phone field.
Thanks in advance.