Kael
Kael
`:focused` doesn't actually focus the input, it just makes it look focused. https://vuetifyjs.com/en/api/v-slider/#props-focused > Forces a focused state styling on the component. The proper way to focus it should be...
Nuxt would have to expose a vue-router compatible useLink function on the component.
https://github.com/vuetifyjs/vuetify/pull/19514#issuecomment-2065784246
This should be more similar to v2. - Inputs should always be validated initially no matter what the value is - There should be some way to run validation "silently"...
I'm thinking that if someone wants to override this behaviour they should just add `@keydown.stop` to the fields themselves.
Another option would be to just add `:not(:hover)` if we're ok with it being darker
I think active-variant might fix this too
Looks more like a text field bug to me, the label should be where the input text is.
- VDataTableColumn is a component not a type, I have no idea how that is working. There isn't even a VDataTableColumn.d.ts - vuetify/lib is not supported - DataTableHeader and other...
Related: #16478 Broken since beta.1: 0897cd98c97e667f52a000d56d18111c781d4dbc v3 added this to fix #9285