Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support drag drop of selected items in multi-select combo box #8406

Open
veenatic82 opened this issue Dec 27, 2024 · 0 comments
Open

Support drag drop of selected items in multi-select combo box #8406

veenatic82 opened this issue Dec 27, 2024 · 0 comments

Comments

@veenatic82
Copy link

Describe your motivation

I want to allow the user to reorder the selected items. For example, user has selected some items from the drop-down and combo-box shows them in the order of selection.

Describe the solution you'd like

the user should be able to drag drop the selected items in the box at the desired position (one at a time) to rearrange the order of selected items. this is especially useful when you set the combo-box property autoExpand and selectedItemsOnTop in v24.6

Describe alternatives you've considered

Alternative is to use grid and use its drag drop feature. but the current way it allows for drag drop is not serving my purpose. For example, when multiple items are selected in the grid using its selection feature. and when user starts to drag, it drags all the selected items and its not very intuitive. i would have wanted an option to allow dragging of just one item.

But I think in the combo-box, its much more intuitive if there was such option

Additional context

No response

@web-padawan web-padawan transferred this issue from vaadin/platform Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants