Hi Thanks for this component. I tried to add this to my Layout but it is

Hi

Thanks for this component.

I tried to add this to my Layout but it is not possible as it is not a vaadin.ui component. Can you post a code sample that explain how to add it to a layout

Hi Zahra,

Which version of Vaadin are you using and could you post some code on what you are doing that is not working?

I think adding this component to the layout should work something like this:

VerticalLayout layout = new VerticalLayout();
layout.add(multiselectComboBox);

BR,

Goran