After upgrading twincolselect to 3.3.0 (from 3.2.0), I am getting a NoSuchElementSelection when I double click an entry in the right side…
java.util.NoSuchElementException: No value present
at java.base/java.util.Optional.get(Optional.java:143)
at org.vaadin.tatu.TwinColSelect$TwinColSelectItem.lambda$new$ca65e2c8$3(TwinColSelect.java:260)
at com.vaadin.flow.component.ComponentEventBus.fireEventForListener(ComponentEventBus.java:244)
at com.vaadin.flow.component.ComponentEventBus.handleDomEvent(ComponentEventBus.java:501)
. . .
The pick mode is set to DOUBLE. There is no issue double-clicking items on the left side (the items are moved to the right side, as expected).
Thanks, Tom