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
Since VApp is now optional I assume that most components can exist without wrappers. An example of that is VTextField. When variant=outlined this component should have its border-radius set to divs with classes v-field__outline__{start, end}. But this style depends on locale (selector .v-locale--is-{rtl,ltr}. When component is not wrapped in VApp or VLocaleProvider these classes are not set and corners are not rounded.
Environment
Vuetify Version: 3.1.3
Vue Version: 3.2.47
Browsers: Chrome 109.0.0.0
OS: Linux x86_64
Steps to reproduce
Since
VApp
is now optional I assume that most components can exist without wrappers. An example of that isVTextField
. Whenvariant=outlined
this component should have its border-radius set todiv
s with classesv-field__outline__{start, end}
. But this style depends on locale (selector.v-locale--is-{rtl,ltr}
. When component is not wrapped inVApp
orVLocaleProvider
these classes are not set and corners are not rounded.Expected Behavior
Style defaults to ltr when no locale wrapper set
Actual Behavior
No classes applied when no locale wrapper set
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: