Albert Kaaman
Albert Kaaman
A v-form validation result of `true` means that the entire form is explicitly valid. Which it is not when you have only filled in one of the inputs that have...
That is currently not supported. Here's one potential solution https://github.com/vuetifyjs/vuetify/pull/15191 One possible workaround would be to not assign rules to the field until the first time it gets focused
1. preset is misspelled 2. new links go to the bottom of their section
This seems more like a feature request than a bug. In the codepen you are using the entire v-text-field as the activator, which predictably will activate the overlay whenever any...
This could be a bit tricky, since vue does not support controlled inputs the same way react does. https://github.com/vuejs/core/issues/6084 Since our v-switch is backed by an ``, it gets checked...
Does it actually say that string value for `value` prop is supported? Am I missing it?
- ~type is a very bad prop name, needs to be renamed~ - I kept item type `divider` because I didn't want to add another `itemX` prop and special parsing...
It's intended, talk to @johnleider :>
What exactly do you mean by "leave-behinds" functionality?