Great component, but not working with vaadin 22. Is there a way t fix this?

Great component, but not working with vaadin 22. Is there a way t fix this?

Hi Thomas,

Yes, I have just recently been able to add support for Vaadin 22, thanks to help from Serhii.

You can give it a try by updating to the latest 4.x.x version, i.e.

<dependency>
   <groupId>org.vaadin.gatanaso</groupId>
   <artifactId>multiselect-combo-box-flow</artifactId>
   <version>4.0.0-rc2</version>
</dependency>

BR