TreeComboBox - Vaadin Add-on Directory
ComboBox like component with hierarchical data.TreeComboBox version 1.0.0
### Version 1.0.0
- First version, with baseline featureset
TreeComboBox version 1.1.0
Update license to Apache 2.0
TreeComboBox version 2.0.0
### Version 2.0.0
- Updated for Vaadin 23 compatibility
TreeComboBox version 3.0.0
### Version 3.0.0
- Vaadin 24 compatibility
TreeComboBox version 3.1.0
### Version 3.1.0
- Improve design by moving popup open button to prefix of the input field
TreeComboBox version 2.1.0
### Version 2.1.0
- Fix NPE issue with dataProvider being null
- Add option to select only the leaf nodes
TreeComboBox version 2.2.0
### Version 2.2.0
- Added setClearButtonVisible
- Added setIcon
- Implemented HasTooltip, HasValidation and HasHelper interfaces
TreeComboBox version 2.3.0
### Version 2.3.0
- Added setPopupWidth
TreeComboBox version 2.4.0
### Version 2.4.0
- Added setDisableFiltering API
TreeComboBox version 2.4.1
### Version 2.4.1
- Fixed issue with multiple TreeComboBoxes in the same view
TreeComboBox version 2.4.2
### Version 2.4.2:
- Fix issue with programmatic setValue not working if setSelectOnlyLeafs(true) was called first
TreeComboBox version 3.2.0
### Version 3.2.0
- Added setSelectOnlyLeafs, setClearButtonVisible, setIcon, setPopupWidth, setDisableFiltering
- Implemented HasTooltip, HasValidation and HasHelper
- Moved drop down open button to right
- Bug fixes
- Vaadin 24.2 or newer required
TreeComboBox version 3.3.0
### Version 3.3.0
- Updated to use new Tree version which improves keyboard navigation on popup. Space will toggle expand/collapse, Enter selects.