Skip to content

Commit

Permalink
fix(VField): prevent floating label from showing when visibility hidden
Browse files Browse the repository at this point in the history
fixes #18216
  • Loading branch information
KaelWD committed Sep 11, 2023
1 parent a1a1ca7 commit f296394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VField/VField.sass
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
transform: none

.v-field.v-field--active &
visibility: visible
visibility: unset

.v-field--variant-solo &,
.v-field--variant-solo-inverted &,
Expand Down

0 comments on commit f296394

Please sign in to comment.