vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.74k stars 6.95k forks source link

[Bug Report][3.6.10] VAutocomplete with custom filter does not have v-autocomplete__mask #20070

Open JMKempf opened 3 months ago

JMKempf commented 3 months ago

Environment

Vuetify Version: 3.6.10 Last working version: 2.7.2 Vue Version: 3.4.30 Browsers: Firefox 127.0 OS: Windows 10

Steps to reproduce

Type in first letters of the state.

Expected Behavior

v-autocomplete__mask is generated under v-list-item-title showing a grey background behind the typed filter text. The mask shows when not using a custom filter.

Actual Behavior

v-list-item-title only has the item full text.

Reproduction Link

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

Other comments

v-list-itemmask was used in v2 under v-list-itemtitle for custom filters.

cojohnson1999 commented 3 months ago

Not sure if it's worth opening another issue for, but the mask also doesn't work when using the #item slot

Playground Link