-
Notifications
You must be signed in to change notification settings - Fork 83
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
Comments
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 |
I've reached the point where I have more use cases of multi-selection with |
@gatanaso has been hard at work on https://github.com/gatanaso/multiselect-combo-box/ is this maybe useful to you? |
@lkraav I'm aware of that great component! This is specific for |
@heruan If it helps in any way, I have also implemented the |
Would this be a suitable option vaadin/vaadin-list-box#10? If you set the native |
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. |
Selecting multiple items is now possible by |
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 🙂The text was updated successfully, but these errors were encountered: