[Vuejs]-How to change the height of the dropdown box from the ComboBox component in Vuetify 3? 19 November 2023 by thecoderscamp.com 1👍 Solution is just add :menu-props="{ maxHeight: 300 }" to the v-combobox component. 👤omega [Vuejs]-Send response data from a parent component to a modal component, edit and update database, vue3 [Vuejs]-How context bind on click in vue? Source:stackexchange.com