xdev-software / vaadin-chip-combobox

A ComboBox with Chips/Chip Components for Vaadin Flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.lang.NoSuchMethodError: 'void com.vaadin.flow.component.combobox.ComboBox.setItems(java.util.Collection)'

andre-silvakmm opened this issue · comments

I'm trying to put items with .withAllAvailableItems(beanList) and is giving me:
java.lang.NoSuchMethodError: 'void com.vaadin.flow.component.combobox.ComboBox.setItems(java.util.Collection)'

Hi Andre,
which Vaadin Version are you using?
Vaadin 14?

It would be good if you could provide some more details, like stacktrace, example code, etc

Closing this due to inactivity

The issue still exists. I think the problem in, that the setItems method do returns a non void type in the current vaadin releases.