[Vuejs]-How to increase the dialog's height in Vuetify framework?

0๐Ÿ‘

โœ…

v-dialog component actually grows based on content.

You should try to add auto-grow prop to v-textarea to make textarea automatically increase in size when the contained text exceeds its size.

vuetifyjs.com/en/components/textareas/#auto-grow

Leave a comment