Skip to content

Commit

Permalink
fix(VAutocomplete/VCombobox): input always absolute position when not…
Browse files Browse the repository at this point in the history
… using selection slot/chips (#19316)
  • Loading branch information
yuwu9145 committed Mar 3, 2024
1 parent c8503b1 commit d3bafd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -76,7 +76,7 @@
caret-color: transparent

&--single:not(.v-autocomplete--selection-slot)
&.v-text-field .v-field--focused input
&.v-text-field input
flex: 1 1
position: absolute
left: 0
Expand Down
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VCombobox/VCombobox.sass
Expand Up @@ -76,7 +76,7 @@
caret-color: transparent

&--single:not(.v-combobox--selection-slot)
&.v-text-field .v-field--focused input
&.v-text-field input
flex: 1 1
position: absolute
left: 0
Expand Down

0 comments on commit d3bafd8

Please sign in to comment.