Nice! Is it possible to use "contains" filtering instead of "startsWith" fo

Nice! Is it possible to use “contains” filtering instead of “startsWith” for the suggestions?

Hi did you find a solution?

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.