Kael

Results 390 comments of Kael

Try @vuetify-2 for v1-v2 then @latest for v2-v3. Some changes from https://v2.vuetifyjs.com/en/getting-started/upgrade-guide/ are also still relevant.

In v3 we now unmount menu content when it's closed (#6764), which would include the dialog in this example. Would you be ok with the menu scheduling itself to close...

I might have to play with that a bit, currently unmounting is tied directly to visibility.

There's also cases where you'd want the parent item to stay open, for example nested menus or a menu in a drawer.

This wasn't merged because it basically rewrites the entire plugin for no reason, if it's still relevant please only include changes necessary to fix the issue.

The animation is correct, the problem is the floating label inherits a hardcoded 16px font size from VField. All these sizes should probably be in rem because the padding is...

We're seeing this in Vuetify's CI too: https://github.com/vuetifyjs/vuetify/actions/runs/4354367755/jobs/7609586657 It isn't always the same file, usually `src/cypress/support/index.ts` but I've seen spec files too like `src/components/VInput/__tests__/VInput.spec.cy.tsx` We're still on Vite 3.2.5, I'll...

> max overlay height property `:menu-props="{ maxHeight: 200 }"`

873550d85272eff2af596d499a141d6997089937

https://github.com/microsoft/TypeScript/issues/43826