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
The input box should display the formatted phone number in the format: +7 (777) 777-77-77-77
In Chrome based browsers (tested in Edge 109.0.1518.26 beta) this works properly
What is actually happening?
Firefox doesn't format numbers, just show: 777777777777777777
I don't know what the problem is exactly, maybe it's a problem with Firefox, but I still want to report the problem. Related issue (maybe): #9446.
If disable vue's events in Firefox dev tool, phone formatting being properly works:
And sorry for my English.
The text was updated successfully, but these errors were encountered:
Hi, i think you can use v-on method directly on new Vue() object instead of using addEventListener method. Here the example that works properly on me (tested on firefox 108.0 and edge 108.0.1462.76). Using the same method that you use on your codepen.
Hi, i think you can use v-on method directly on new Vue() object instead of using addEventListener method. Here the example that works properly on me (tested on firefox 108.0 and edge 108.0.1462.76). Using the same method that you use on your codepen.
Version
2.7.14
Reproduction link
codepen.io
Steps to reproduce
What is expected?
The input box should display the formatted phone number in the format: +7 (777) 777-77-77-77
In Chrome based browsers (tested in Edge 109.0.1518.26 beta) this works properly
What is actually happening?
Firefox doesn't format numbers, just show: 777777777777777777
I don't know what the problem is exactly, maybe it's a problem with Firefox, but I still want to report the problem. Related issue (maybe): #9446.
If disable vue's events in Firefox dev tool, phone formatting being properly works:

And sorry for my English.
The text was updated successfully, but these errors were encountered: