Directory

Autosuggest - Vaadin Add-on Directory

Text input with a panel of suggested options. Supports lazy loading and templating. Autosuggest - Vaadin Add-on Directory
Autosuggest is a text input with a panel of suggested options. When user change value of text input, panel with found options will be shown, so user can select one of the suggested options. Once user selected his option, it appears in text input. Client-side implementation This is the server-side (Java) API for Vaadin Platform for the vcf-autosuggest component. Looking for the client-side version? It can be found here: https://vaadin.com/directory/component/vaadin-component-factoryvcf-autosuggest ### Sponsored development Major pieces of development of this add-on has been sponsored by customers of Vaadin. Read more about Expert on Demand at: [Support](https://vaadin.com/support) and [Pricing](https://vaadin.com/pricing)
View on GitHub
View on Github (font-end component)
Online Demo

Autosuggest version 1.0.5
Fixed frontend issue (prod builds only)

Autosuggest version 1.0.6
Removed unnecessary dependencies

Autosuggest version 1.0.7
Fixed bug in value Reworked events so that lazy loading works again

Autosuggest version 1.0.8
Added default value nullptr validations

Autosuggest version 1.0.10
Duplicate items allowed with different keys Clear button styling CustomValue event Minimum input length to perform lazy search Message for when input value is too short Support for setting custom messages

Autosuggest version 1.0.11
Removed lombok dependency

Autosuggest version 1.0.12
KeyGenerator CustomValueSubmitEvent Added label to ValueAppliedEvent Removed Lombok dependency

Autosuggest version 1.0.13

Autosuggest version 1.0.14
Defer call to _applyValue

Autosuggest version 1.0.15
Added tab key listener

Autosuggest version 1.1.1
Scroll behaviour - added scroll listeners

Autosuggest version 1.1.2
Removed unnecessary lading updates. Cleanse/sorting.

Autosuggest version 1.1.3
Prevent scroll on textField when overlay is present

Autosuggest version 1.1.5
Changed custom template providing for Option

Autosuggest version 1.1.6
Fixed loading behaviour

Autosuggest version 1.1.7
Fixed dependencies

Autosuggest version 1.2.0
Added v23 compatibility