vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.86k stars 6.97k forks source link

[Feature Request] VCombobox multiselect inline values #20187

Open r0otx opened 3 months ago

r0otx commented 3 months ago

Problem to solve

If I use VCombobox with multiselect, I'm see all selected object wrapped and column view. Need option, which make all selected objects in input make inline and if him count more width input add for last element '...' to end word.

Proposed solution

Add option "wrapped" or "inline"

yuwu9145 commented 3 months ago

It's a reasonable feature, a new prop could be called selectionsLayout, this option will also impact chips display