Vaadin 8 ComboBox Component

Hi,

I need to create a ComboBox with filtering functionality i.e (Whenever a user type the keyword, that keyword has to search in DB and keyword matched values has to be displayed in drop-down). Is this is achievable in Vaadin 8, since the setFilteringMode() is removed in Vaadin 8 ComboBox. I am unable to do it.

Is this achievable??? How to achieve it ???

Thanks…

You might find some help here in the docs: https://vaadin.com/docs/v8/framework/datamodel/datamodel-providers.html

though you should also take a look at https://vaadin.com/directory/component/autocompletetextfield-add-on if it fits your requirements better