Hi all,
I am trying to properly format phone numbers but have been scratching my head for a while.
I have a column mobile and store local numbers like 1112223333
. I simply want to display them in a text input or phone number input like 111-222-4444
. I have seen how to display this format using a script on change or focus, but I want the number to display like this at all times.
How can I achieve this?