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 understand this is because of Edge not having proper support for type="number", but was expecting Vuetify to overcome some of the limitations of browser support.
The text was updated successfully, but these errors were encountered:
Environment
Vuetify Version: 2.1.2
Vue Version: 2.6.10
Browsers: Microsoft Edge
OS: Windows 10
Steps to reproduce
Expected Behavior
should not allow the input of non-numeric characters if the type="number"
Actual Behavior
Backing model of the text field holds an empty string
Reproduction Link
https://codepen.io/1kevgriff/pen/bGGVWBP
Other comments
I understand this is because of Edge not having proper support for type="number", but was expecting Vuetify to overcome some of the limitations of browser support.
The text was updated successfully, but these errors were encountered: