But when I open my application I see this warning:
Widgetset ‘’ does not contain implementation for org.vaadin.addons.comboboxmultiselect.ComboBoxMultiselect. Check its component connector’s @Connect mapping, widgetsets GWT module description file and re-compile your widgetset. In case you have downloaded a vaadin add-on package, you might want to refer to add-on instructions.
I should only need the maven dependency, or I’m I missing something?
Is there a way to add scroll bar to the java vaadin combo box multi select option. I could only find a basic way to lazy load 10 components at a time. But I want to show all with a scroll bar.
Thanks in advance.