Jacek Karczmarczyk
Jacek Karczmarczyk
Thanks for the response, I indeed messed provides, here's updated version for [2.7](https://codepen.io/jkarczm/pen/WNzdKJy?editors=0011) and [3.2](https://codepen.io/jkarczm/pen/abYEjEo?editors=0011) (and using `this.$watch`: [2.7](https://codepen.io/jkarczm/pen/MWVrPjm?editors=0011) and [3.2](https://codepen.io/jkarczm/pen/yLKpRaM?editors=0011)). I used `undefined` and `{ bar: true }` values...
Issue seems to be fixed in latest Vue 2 (probably https://github.com/vuejs/vue/commit/f0057b101e6451d5095cdb7fd6308fd31ac0450c / https://github.com/vuejs/vue/issues/12703) and Vue 3 (probably https://github.com/vuejs/core/commit/78c199d6dbe8931520b75d8bfe0d49366a06922a / https://github.com/vuejs/core/issues/2291)
Copying should be also possible from the bottom panel, there's a possibility to select the component name, but Ctrl-C doesn't work 
it doesn't work for me, 6.0.12, tried also to copy some content from the website to make sure ctrl-c works i can copy component name from the menu, but not...
It happens also in normal (not fullscreen) dialogs https://codepen.io/anon/pen/zgGLgK which makes the workaround not so great in this case
@mchl18 > At least let us attach some class to the actual tooltip use `content-class` prop
That has nothing to do with `auto` or default styles https://codepen.io/jkarczm/pen/XWJvVZM?editors=1010
That won't for v-select though, it has the same problem
`` provides default `variant` prop for `VBtn`, not sure if that's intended, imho it shouldn't be there https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VCard/VCardActions.tsx#L13
When you move from slide 4 (counting from 0) to the next one you one up with slide 5 which does not exists as well, however slide 0 is being...