Hello Goran, I'm using Vaadin 14.1.16, I installed dependency and imported

Hello Goran,

I’m using Vaadin 14.1.16,
I installed dependency and imported multiselect combo box, when I start the project I dont see multiselect-combo-box component. No items inside were added.
What could be the reason?

Hello Test Vaadin14 :)

It looks like the component has not been initialized properly. Are all of the node modules installed properly? Also, do you see any errors in the console?

Usually it helps to clean the project, delete the node_modules directory and the package-lock.json file and then build and run the project again.

BR,

Goran

Hello Goran :),
is it enough to add this Maven dependency to pom.xml, or do you need a more special installation for this add - on?

Hi again,

Yes, you only need to add the maven dependency, no special installation required.

BR,

Goran