How to customize dropdown list of VAutocomplete for multiple searches. #20031
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @CodeKnight-max , I've found a solution for your requirements by customizing the The item slot exists to customize the individual items in a dropdown, but here that is utilized to make multi list in a dropdown. Hope there are other best solution else. |
Beta Was this translation helpful? Give feedback.
Hi @CodeKnight-max ,
As a developer using Vue and Vuetify a lot, it sounds very interesting. So, I just tried to resolve your problem and hope this help you and others who would face with such ones.
I've found a solution for your requirements by customizing the
item
slot in VAutocomplete component.If you need it, please refer my code lines.
The item slot exists to customize the individual items in a dropdown, but here that is utilized to make multi list in a dropdown.
And then search and select functionality are implemented separately.
Hope there are other best solution else.