Add-on 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)

Light ComboBox version 2.1.0
### Version 2.1.0 - Add support for filtering when using backend dataprovider, this makes it possible to use this component as "Autocomplete" field with suitable data provider implementation, see example in BackendView

Light ComboBox version 2.1.1
### Version 2.1.1 - Fix several issues with BackEndDataProvider use

Light ComboBox version 2.2.0
### Version 2.2.0 - Add API to disable autoselect when using filtering backend dataprovider.

Light ComboBox version 2.2.1
### Version 2.2.1 - fix: When using backend dataprovider and setClearButtonVisible(true) reset dropdown when value is cleared

Light ComboBox version 2.3.0
### Version 2.3.0 - Added API to control whether drop down is reset after value set when using backend data provider