-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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] Clearable prop not working for v-file-input #19211
Comments
I've noticed this on a VAutocomplete. If the clearable icon does appear on the first select/clear, which is intermittent, it won't appear again until a page reload I see the issue from vue 3.4.16 up. I went back as far as vuetify 3.3.23 and saw the same behaviour. When I switched any misbehaving vuetify version back down to vue 3.4.15, the clearable icon worked as expected |
maybe related to issue vuejs/core#10161 / pr vuejs/core#10151 on a quick browse of the changes. That seems in the ballpark of what VField is doing |
Same problem with v-combobox, clearable icon is hidden |
This is still #19191 |
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
upload a file, clear icon does not appear, even on hover.
Expected Behavior
Should appear on hover.
Actual Behavior
Does not appear
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
This seems to work with vue version 3.4.17 and older.
The text was updated successfully, but these errors were encountered: