Directory

Light ComboBox - Vaadin Add-on Directory

ComboBoxLight is a ComboBox without lazyloading feature and reduced API Light ComboBox - Vaadin Add-on Directory
Light version of ComboBox for Vaadin 23 based on existing web components of Vaadin 23. This version of the ComboBox specifically has been simplified by removal of client - server lazyloading mechanism. The benefit of this is that with small datasets of options faster response time of ComboBox opening is achieved. The component however is not suitable when dataset of options is larger. The Java API is reduced version of the Vaadin 24 ComboBox due removal of some features. Also this removal of lazy loading makes it possible to have scroll to selected item working all the time.

Light ComboBox version 1.0.0
### Version 1.0.0 - The first version

Light ComboBox version 1.0.1

Light ComboBox version 2.0.0
### Version 2.0.0 - Fix compatibility issue with Vaadin 24.4 (see #2) - Fix setValue behavior (see #3) - Fix bug in constructor (see #4) - Fix to use DataProvider#getId as fallback (see #1)