John Leider

Results 198 comments of John Leider

It means we've acknowledged there is something here, but it needs further review.

Watch https://github.com/vuetifyjs/vuetify/pull/15632

fixed by https://github.com/vuetifyjs/vuetify/pull/15717

```ts { active: { type: Boolean, default: undefined, }, } ``` * If **active** is undefined, infer active styling from model, props, listeners, etc * If **active** is true, force...

Isn't this resolved by manually adding a value to `v-list-item`? I don't doubt there is an issue here, but the example is very convoluted tbh. What are the specific reasons...

It is incorrectly positioned but not in the way you are describing. While the **position** prop should probably be using **start** and **end**, a drawer that is positioned on the...

This issue exists for all components that implement **variant**. Here is a playground: ```html Click me Card Lorem ipsum dolor sit amet consectetur adipisicing elit. Commodi, ratione debitis quis est...

@KaelWD and I went over this and determined that it's not necessary for us to define a transition on the **underlay** element for all variants. I reverted your change for...

You shouldn't be binding v-ripple exclusively. It's already done so in v-switch. What is your use-case here?