Kael
Kael
It was released in 3.7.1
Matches are keyed on item.value so it does funny things if item-value is not set correctly like highlight the second character of every item. https://github.com/vuetifyjs/vuetify/blob/7dbfe6b37b3aceb53bac6ca25ab74074df2bd94f/packages/vuetify/src/composables/filter.tsx#L200
Placeholder is only visible when the field is empty.
I moved this to register instead which also detects duplicate siblings. Should we skip this check for leaf nodes? #12286 seems to work fine now if the only duplicates are...
It works for me, is this still happening? I don't know how it's even possible, there's nothing in that route that can return a 403 response. If it does happen...
How the hell is that XSS, it's on the same domain.
The prop doesn't actually exist, it's in the docs because items is typed as `VSnackbar['$props'][]` and slots are added to prop types for JSX but are only valid directly on...
Yes, SnackbarQueue itself has some slots though.
0bfaf129cf98fc32a8a28cd3603055e7934e3c29
There is no left prop in v3, but `location="left"` doesn't work here either.