AutocompleteTextField Add-on - Vaadin Add-on Directory
A Vaadin TextField with autocomplete (aka word completion) functionality# Support
If you experience problems using this add-on file an issue on [github.com](https://github.com/maxschuster/Vaadin-AutocompleteTextField/issues).
The rating section is no place for questions.
**Also please be aware that giving 0/5 stars on a review because you have a question harms this add-on and does not encourage me to help you.**
# Features
## TextField features
You can use all the features of the normal Vaadin TextField.
At least the ones I'm aware of ;-).
This includes:
- Text change events
- Data binding
## Extended suggestion attributes
Every suggestion can be extended by a description and an icon
### Fluent API
This add-on provides an API with fluent setters, following the example of
[viritin](https://github.com/viritin/viritin).
# License & Author
Add-on is distributed under Apache License 2.0. For license terms, see LICENSE.txt.
AutocompleteTextField is written by Max Schuster
autoComplete was originally developed by [Simon Steinberger](https://pixabay.com/users/Simon/)
and is released under the MIT License.
JavaDocAuthor Homepage
Online Demo
Issue Tracker
Source Code
autoComplete
Discussion Forum
AutocompleteTextField Add-on version 1.0-alpha-2
null
AutocompleteTextField Add-on version 1.0-alpha-3
Fixes #3 Other Vaadin overlays may overlap the suggestion container.
AutocompleteTextField Add-on version 1.0-alpha-4
- Add fluent setters, following the example of [viritin](https://github.com/viritin/viritin) (#6)
AutocompleteTextField Add-on version 2.0.0
Vaadin 8 support using the compatibility package
AutocompleteTextField Add-on version 3.0-alpha-1
Native Vaadin 8 support
AutocompleteTextField Add-on version 3.0-alpha-2
- Fixed #16 getValue() on the field is not returning the selected value
- Added #8 Ability to add suggestion select listener