Relative Content

Tag Archive for vuejs3vuetify.jsvuetifyjs3

Formatting on v-select/v-list in Vuetify 3

I am trying to create a multiple select dropdown list with countries. Each row should have a checkbox, country flag, and country name in a single row. They should all be in the same line.

Vuetify 3 v-select not printing all options

I recently made a migration from Vue 2 to Vue 3 and fixing errors with the included Vuetify upgrade. I have a v-select which should show all the countries in additionalCitizenshipQuestion.countries, which is like 200 countries or so.