Hi! Thanks for the component. Currently I am using 14.0.14 version and I ad

Hi! Thanks for the component. Currently I am using 14.0.14 version and I added the dependencies you mentioned. But it just produces a javascript error like in the attachment.

Also I extend MultiselectComboBox but it does now show up in UI.

17967659.png

Hi Canan,

Without having a closer look at your project, I cannot say what is the exact cause of your issue. However, you can try to do the following steps:

  • delete the “package-lock.json” file
  • delete the “node_modules” folder
  • run “mvn clean install”

Let me know how it goes,

Goran