Skip to content
New issue

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

[Bug Report][2.5.8] v-text-field disable: can not select text to the end. #14238

Closed
van-huyen opened this issue Oct 6, 2021 · 0 comments · Fixed by #14465
Closed

[Bug Report][2.5.8] v-text-field disable: can not select text to the end. #14238

van-huyen opened this issue Oct 6, 2021 · 0 comments · Fixed by #14465
Labels
C: VTextField VTextField T: bug Functionality that does not work as intended/expected
Milestone

Comments

@van-huyen
Copy link

van-huyen commented Oct 6, 2021

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)

  <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.

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
@glen-84 glen-84 added C: VTextField VTextField T: bug Functionality that does not work as intended/expected labels Oct 24, 2021
@johnleider johnleider self-assigned this Dec 16, 2021
@KaelWD KaelWD added this to the v2.6.x milestone Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VTextField VTextField T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants