Open
Description
Environment
Vuetify Version: 3.9.0
Last working version: 3.7.19
Vue Version: 3.5.13
Browsers: Firefox 140.0
OS: Mac OS 10.15
Steps to reproduce
1 - Click on the autocomplete
2 - Write anything
3 - Click outside the autocomplete
Expected Behavior
The search text should be reset and autocomplete should show his placeholder
Actual Behavior
The search text is reset but the placeholder is not displayed
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
I simply took an example from the vuetify documentation for autocomplete. You can see by changing the vuetify version that it works fine in version 3.7.X but that it no longer works from version 3.8.
Thank you very much for your work !