Kael
Kael
This was introduced in https://github.com/vuetifyjs/vuetify/commit/2c901ba806db5a20af342c0eaa2b28634b114924#diff-f73aeca1e2d8fd1c18380027a972607396fed4f1eb2099d65423ce2199237a38 The border radius is already set with `$color-picker-swatch-color-border-radius`, setting it on this element will have no effect.
Vuetify 3's select menu can be controlled manually with `v-model:menu`
Everything now uses a globally defined breakpoint in `createVuetify({ display: { mobileBreakpoint } })`, is there a need for instance-specific breakpoints too?
If you have an input without rules then form.valid is never true: ```html {{ { valid, errorMessages } }} Validate import { ref } from 'vue' import { VForm }...
No reason it shouldn't always be available though. > without writing anything in third field, should it do it "on the fly"? Yeah if there's no rules (or error-messages) it's...
I don't really understand the steps you've given, it works for me. https://user-images.githubusercontent.com/16421948/182602612-d6523d3b-1811-403a-81a7-da6dc97c49aa.mp4
There's still https://github.com/vuejs/core/pull/6095, I haven't seen it in this PR but I also have no idea why it happens in the first place.
When https://github.com/vuejs/core/pull/6095 is.
> clearable inputs #15641 > calendar and time pickers Don't currently exist, should hopefully be done correctly when they do.
Did you actually have a requirement for more than five unique sizes? It's pretty simple to just set xs to 16px and adjust the others accordingly.