-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report] v-text-field + filled (v-slot:label not working) #11533
Comments
works fine if you add |
May be need write in documentation? I did not find such a description prop. |
Scoped slots don't exist until If you use
|
Environment
Vuetify Version: 2.2.30
Vue Version: 2.6.11
Browsers: Chrome 83.0.4103.61
OS: Windows 10
Steps to reproduce
Add prop "filled" in v-text-field;
Add v-slot:label.
Expected Behavior
Same as without filled.
Actual Behavior
No functionality.
Reproduction Link
https://codepen.io/dinver/pen/oNbvxJM?editable=true&editors=101%3Dhttps%3A%2F%2Fvuetifyjs.com%2Fen%2Fcomponents%2Ftext-fields%2F
The text was updated successfully, but these errors were encountered: