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

Selection of multiple items #994

Closed
heruan opened this issue Sep 1, 2018 · 8 comments
Closed

Selection of multiple items #994

heruan opened this issue Sep 1, 2018 · 8 comments
Labels
enhancement New feature or request vaadin-select
Projects

Comments

@heruan
Copy link
Member

heruan commented Sep 1, 2018

This element is similar to the native browser <select>, but it lacks the possibility to select multiple items.

The same feature is widely requested also for vaadin-combo-box in https://github.com/vaadin/vaadin-combo-box/issues/88 but it would be also very useful for this component; also, it may be quicker to implement here and let migrations blocked by this missing feature begin 🙂

@heruan
Copy link
Member Author

heruan commented Jan 23, 2019

Any milestone for this? I'm currently using a grid for multiple selections, but is a huge overkill and it occupies a lot of space.

Where I can stick with a single selection for now, which of vaadin-select and vaadin-combo-box is more likely to have multiple selection first? So that I can plan to use that and prevent a change of component later!

@heruan
Copy link
Member Author

heruan commented May 10, 2019

I've reached the point where I have more use cases of multi-selection with vaadin-select rather than vaadin-combo-box 🙂 Any ETA for this?

@lkraav
Copy link
Contributor

lkraav commented May 10, 2019

@gatanaso has been hard at work on https://github.com/gatanaso/multiselect-combo-box/ is this maybe useful to you?

@heruan
Copy link
Member Author

heruan commented May 13, 2019

@lkraav I'm aware of that great component! This is specific for vaadin-select, though. I'd also need Flow integrations, for which I did already give a try but I couldn't figure out how to make it work with data providers.

@gatanaso
Copy link
Contributor

gatanaso commented May 13, 2019

@heruan If it helps in any way, I have also implemented the multiselect-combob-box flow integration: https://github.com/gatanaso/multiselect-combo-box-flow that also works with data providers.
Though, if your use case explicitly requires the vaadin-select then this is the correct place to raise that issue 🙂

@tomivirkki
Copy link
Member

Would this be a suitable option vaadin/vaadin-list-box#10? If you set the native <select> to multiple mode, it will turn into a listbox selector

@heruan
Copy link
Member Author

heruan commented Jun 18, 2020

Any news about this, after a year? I've opened this on the web component, but to have the feature in the Flow integration then.

@vaadin-bot vaadin-bot transferred this issue from vaadin/vaadin-select May 19, 2021
@vaadin-bot vaadin-bot added enhancement New feature or request vaadin-select labels May 19, 2021
@web-padawan
Copy link
Member

Selecting multiple items is now possible by vaadin-list-box (vaadin/vaadin-list-box#49). Closing as done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request vaadin-select
Projects
No open projects
vaadin-core
  
📬  Inbox
Development

No branches or pull requests

6 participants