maxschuster / Vaadin-AutocompleteTextField

A Vaadin TextField with autocomplete (aka word completion) functionality
https://vaadin.maxschuster.eu/AutocompleteTextField/
Apache License 2.0
9 stars 6 forks source link

Open suggestion popup on focus #9

Open fdreyfs opened 8 years ago

fdreyfs commented 8 years ago

Hi, Great add-on. Is it be possible to open suggestion popup programatically when focusing on the textfield ? Cheers, Fred

pradeep220 commented 7 years ago

Continuing on the same issue, is it possible to display the list on focus or with enter key press, when we SetMinChars to 0?