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