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
In the case when labels have to be outside the v-text-field due to layout requirements accessability issues arise. If you create an outside label and link it to the v-text-field, an issue of multiple labels arise as well as having an emtpy label sitting there.
Problem to solve
In the case when labels have to be outside the v-text-field due to layout requirements accessability issues arise. If you create an outside label and link it to the v-text-field, an issue of multiple labels arise as well as having an emtpy label sitting there.
Proposed solution
Check if hasLabel.value is not empty before creating the VFieldLabel here: https://github.com/vuetifyjs/vuetify/blob/a47ec9af018693bc95d06304521fe04ca8bf40b5/packages/vuetify/src/components/VField/VField.tsx#L296C1-L298C27
The text was updated successfully, but these errors were encountered: