You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a text field with the variant outlined, put any border radius or rounded props and a long label.
The end of the text field wont be rounded, and the text field will be bigger than the max-width set.
The issue seem to come from the div with the class "v-field__outline"
Expected Behavior
v-text-field, rounded with a max width.
Actual Behavior
v-text-field, not fully rounded and being larger than the set max width
Environment
Vuetify Version: 3.6.14
Vue Version: 3.4.37
Browsers: Chrome 127.0.0.0
OS: Linux x86_64
Steps to reproduce
Create a text field with the variant outlined, put any border radius or rounded props and a long label.
The end of the text field wont be rounded, and the text field will be bigger than the max-width set.
The issue seem to come from the div with the class "v-field__outline"
Expected Behavior
v-text-field, rounded with a max width.
Actual Behavior
v-text-field, not fully rounded and being larger than the set max width
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: