[Bug Report][3.1.11] v-text-field type email, when paste conted lead to error #16976
Labels
C: VTextField
VTextField
T: bug
Functionality that does not work as intended/expected
T: regression
Something that used to work but we broke
Milestone
Environment
Vuetify Version: 3.1.11
Last working version: 3.1.9
Vue Version: 3.2.47
Browsers: Chrome 110.0.0.0
OS: Linux x86_64
Steps to reproduce
VTextField.tsx:148 Uncaught (in promise) DOMException: Failed to set the 'selectionStart' property on 'HTMLInputElement': The input element's type ('email') does not support selection.
at https://unpkg.com/vuetify@3.1.11/dist/vuetify-labs.esm.js:6173:27
Expected Behavior
without error
Actual Behavior
show error
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: