Hi.
I started to use this nice component, but got unexpected behaviour: if I call parentView.setEnabled(false) and then parentView.setEnabled(true) - Multiselect don’t show me popup with values anymore. At the same time I can remove items being selected before disabling.
I use version 3.0.2 with vaadin 14.6.
Any ideas ?
Hi,
If you are using vaadin 14.x, then I think you need to use the 2.x version of the component, or at least that has been the intention.
BR
Thank you! v2.2.0 works fine.