Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Issue on Filtering.FILTERINGMODE_CONTAINS and CustomLayout
Hi all,
I've got a Helper class that builds all the Selects that I need in my application, on demand, using a BeanItemContainer for each set of elements. The helper class seems to work fine because the Select component works fine (their data are loaded and the filtering is working fine) in all the layouts that are present in the application except in the forms where I'm using a CustomLayout where the Filtering is not working. I check that the immediate mode is set.
Anyone know what can be happen and how can I solve this?
Thanks in advance.
Javi
Solved. It was my fault :blink:
I'd forget that I'd changed the filtering mode in other place...
Javi