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][3.5.3] [v-text-field]If you combine a clearable with a rule, the clear button will not appear. #19216

Closed
rararax16 opened this issue Feb 13, 2024 · 3 comments

Comments

@rararax16
Copy link

Environment

Vuetify Version: 3.5.3
Vue Version: 3.4.18
Browsers: Chrome 121.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

step1.

Enter values in the label1 entry field.
Click the clear button (x) on the right to clear the value.
Remove focus from label1.
If you enter a value in the input field of label1 again, the clear button will appear.

step2 .

Enter a value in the label2 entry field.
Click the clear button (x) on the right to clear the value.
Remove focus from label2.
If you enter a value in the input field of label2 again, the clear button is not displayed.

Expected Behavior

Clear button appears after pressing the Clear button and re-entering a value.

Actual Behavior

The Clear button is not displayed after pressing the Clear button and entering the value again.

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

The phenomenon occurs only when the rule is whether the input is required or not.
Otherwise, the clear button appears without any problem.

@KaelWD
Copy link
Member

KaelWD commented Feb 13, 2024

@rararax16
Copy link
Author

Thanks for the reply.

The video you sent me is the right move.
However, when I try it in the playground, it works like the attached video.

test.mov

@KaelWD

@KaelWD
Copy link
Member

KaelWD commented Feb 13, 2024

Ok I can reproduce with those steps, you didn't say to lose focus before clearing. This is #19191

@KaelWD KaelWD closed this as not planned Won't fix, can't repro, duplicate, stale Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants