Hi,
very nice component.
Seems to be that it is not compatible with Vaadinversion 22.
Any chance to get it working on this Version because Vaadin 22 is the Baseversion for next LTS Version 23
Hi,
very nice component.
Seems to be that it is not compatible with Vaadinversion 22.
Any chance to get it working on this Version because Vaadin 22 is the Baseversion for next LTS Version 23
Hi Stefan,
Thanks to help from Serhii, the component is now also compatible with Vaadin 22+.
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