gatanaso/multiselect-combo-box-flow

The latest version (3.0.2) is not loaded

kPlock opened this issue · 0 comments

To try out new features (like setCompactModeLabel), the Vaadin-Version in our pom.xml was raised to 18.0.5.

Bildschirmfoto 2021-01-26 um 12 32 09

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

Bildschirmfoto 2021-01-26 um 12 29 26

(Version 16 and version 15 I also tried - same result)

Can that be checked please.