The latest version (3.0.2) is not loaded
kPlock opened this issue · 0 comments
kPlock commented
To try out new features (like setCompactModeLabel), the Vaadin-Version in our pom.xml was raised to 18.0.5.
In addition, the dependency was adjusted.
<dependency>
<groupId>org.vaadin.gatanaso</groupId>
<artifactId>multiselect-combo-box-flow</artifactId>
<version>3.0.2</version>
</dependency>
The correct jar package is also used - but the content always refers to the NPM package with version 2.0.4
(Version 16 and version 15 I also tried - same result)
Can that be checked please.