Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vuetify vertical align v-select?

I'm building an application that uses Vuetify. I use a Google Contacts pre-made layout from Vuetify.

I am trying to add a switch languages flag using v-select in the v-app-bar next to the search form. However, I can't make it align vertically.

Does anyone have an idea?

like image 933
HungDQ Avatar asked Jul 26 '26 11:07

HungDQ


1 Answers

Use hide-details="auto" in the v-select component

Example:

<v-select v-model="language" :items="i18n.availableLocales" hide-details="auto" >
</v-select>
like image 152
Luis Narea Avatar answered Jul 30 '26 08:07

Luis Narea



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!