Moritz2
(Moritz Christian)
1
Nice! Is it possible to use “contains” filtering instead of “startsWith” for the suggestions?
Gianluca21
(Gianluca Valentini)
2
Hi did you find a solution?
Vaadin.156
(Vaadin ComponentFactory)
3
I added an example of this in the demo here
https://github.com/vaadin-component-factory/autocomplete/blob/master/autocomplete-demo/src/main/java/com/vaadin/componentfactory/demo/AutocompleteView.java#L132
The newest version does also the highlighting now correctly, you can also set whether it is using case sensitive logic or not.