We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vuetify Version: 2.5.8 Vue Version: 2.6.14 Browsers: Chrome 94.0.4606.61 OS: Windows 10
replace this code into reproduction link (johnleider's code :D)
<input style="width:200px" v-model="model" class="grey" ></input> <input style="width:200px" v-model="model" class="grey" disabled></input> <v-text-field v-model="model" style="width:200px" label="Enable" single-line outlined > </v-text-field> <v-text-field v-model="model" style="width:200px" label="Disable" single-line outlined disabled > </v-text-field>
After that, Input a long text, and select text to the end.
v-text-field disable should be like input disable tag: can select text to the end.
v-text-field disable: can not select text to the end.
https://codepen.io/johnjleider/pen/NWPYmjp?editors=1010
video:
The text was updated successfully, but these errors were encountered:
fix(VInput): allow text selection in disabled inputs (#14465)
760490d
fixes #14238
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 2.5.8
Vue Version: 2.6.14
Browsers: Chrome 94.0.4606.61
OS: Windows 10
Steps to reproduce
replace this code into reproduction link (johnleider's code :D)
After that,
Input a long text, and select text to the end.
Expected Behavior
v-text-field disable should be like input disable tag: can select text to the end.
Actual Behavior
v-text-field disable: can not select text to the end.
Reproduction Link
https://codepen.io/johnjleider/pen/NWPYmjp?editors=1010
video:
Vuetify.Example.Pen.-.Google.Chrome.2021-10-06.10-34-22.mp4
The text was updated successfully, but these errors were encountered: