Kael

Results 390 comments of Kael

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...

There is no left prop in v3, but `location="left"` doesn't work here either.