vuetifyjs / vuetify

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

[Feature Request] Edit combobox selection #19466

Open clevel21 opened 3 months ago

clevel21 commented 3 months ago

Problem to solve

When going back on a combobox that is used to select an address from an API or directly from user input, it is not possible to edit the selection once it's done. I have to clear it completely and then search again, but I would like to just be able to add or remove some letters in the middle.

Proposed solution

It would be great to have something that put the selection in editable mode, like when we first input text.

yuwu9145 commented 3 months ago

Do you mean you want to partially edit a selected item when multiple is applied?

In single mode, it works as you described