Page 1 of 1

ComboBoxGadget extra option

Posted: Tue Nov 08, 2016 8:32 am
by LuckyLuke
Hi,

When the comboboxgadget is editable, it will filter the dropdown when the user starts typing.
An option to apply a like filter would be nice to have. Or if we could enter our own function to filter the list would be awesome.

Let's say the list contains
- Donald Duck
- Mickey Mouse
- Spiderman

When a is entered in the combobox, the list should contain
- Donald Duck
- Spiderman

Thanks.