You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like four blocks of three numbers separated by a hyphen. The first two blocks of numbers are fixed (see the prefix) and the user only provides the last two blocks of digits:
However this does not display correctly and I'm also unable to type in to the textbox. I thought maybe the prefix cannot contain the delimiter so tried removing it and relying on the blocks to add it. Although this way displays correctly I still can't type in to it:
I'd like four blocks of three numbers separated by a hyphen. The first two blocks of numbers are fixed (see the prefix) and the user only provides the last two blocks of digits:
https://jsfiddle.net/fjmh9Lwt/2/
However this does not display correctly and I'm also unable to type in to the textbox. I thought maybe the prefix cannot contain the delimiter so tried removing it and relying on the blocks to add it. Although this way displays correctly I still can't type in to it:
https://jsfiddle.net/fjmh9Lwt/3/
Any ideas on how I can achieve this?
The text was updated successfully, but these errors were encountered: