[Feature Request] (VAutocomplete) add 'column-count' css to item-props #16717
Unanswered
patrickkuo111
asked this question in
General
Replies: 1 comment 2 replies
-
https://vuetifyjs.com/en/api/v-autocomplete/#props-menu-props |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem to solve
I hava a long list of data to put into 'v-autocomplete', and it is too long for scrollbar to roll. I want to display data in 3 columns.
like below:

Proposed solution
I found out to add 'column-count: 3' in style will solve that. But I could not find the way to add this style in VAutocomplete's v-list
Beta Was this translation helpful? Give feedback.
All reactions