Hello,
Is there a simple way to add a checkbox to a multi select combo box in order to select all values?
Cheers
Hello,
Is there a simple way to add a checkbox to a multi select combo box in order to select all values?
Cheers
There is no selectAll method. But you could call select and pass all items
There’s a feature request for it though: https://github.com/vaadin/web-components/issues/4590
You can increase the odds of it getting built by upvoting with a
reaction
Thank you ![]()