A Vaadin TextField with autocomplete (aka word completion) functionality
Support
If you experience problems using this add-on file an issue on github.com.
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.
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 and is released under the MIT License.
Install
- Fixed #16 getValue() on the field is not returning the selected value
- Added #8 Ability to add suggestion select listener