Light ComboBox - Vaadin Add-on Directory
ComboBoxLight is a ComboBox without lazyloading feature and reduced APILight ComboBox version 1.0.0
### Version 1.0.0
- The first version
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