Hi Goran, do you plan on adding a filtering feature, like the standard Vaa

Hi Goran,

do you plan on adding a filtering feature, like the standard Vaadin ComboBox has?

https://vaadin.com/api/platform/14.0.0/com/vaadin/flow/component/combobox/ComboBox.html#setDataProvider-com.vaadin.flow.component.combobox.ComboBox.ItemFilter-com.vaadin.flow.data.provider.ListDataProvider-

Currently there is no way to filter on items other than the label (as far as I’ve seen), but in our application it’s necessary to use a filtering service call.

Cheers,
Max

Hi Max,

I believe this feature is closely related to introducing lazy data loading, which unfortunately I haven’t had much time to look into. I am optimistic that at some point I will dig into these issues, as it’s quite a requested feature, but I cannot say with certainty when that will be.

BR,

Goran

Hi Goran,

thanks for the reply. Cool that you have that feature on your roadmap, even though that’s not the answer I was hoping for ;)

Cheers,
Max

Hi. Thanks for great addon. Do you have any info about timeline fo lazy data loading? This would be really great!

Hi,

I am currently working on a prototype lazy-loading support for this component. Hopefully, if all goes well and there are no major issues, I will release a preview version soon.

BR,

Goran

Wow Goran! This are really good news.

Hi,

I have released the RC1 version of the MultiselectComboBox with lazy loading support :)

Updated live demo is available here: https://multiselect-combo-box-flow.herokuapp.com/lazy-loading

Please have a look and let me know what you think.

BR,

Goran

It works great and it’s fast. Thanks!!