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.
new FILTERINGMODE
I'd like to propose a new FILTERINGMODE for ComboBox.
Assume I have the following items:
The Ox
An Ox
The Fox
A Fox
If i used STARTSWITH, then I can't ever get Ox or Fox. If I use CONTAINS, then I would get Fox if I wanted Ox. What I would like to do is have a WORDSTARTSWITH, which would allow me to search for Ox, and only show "The Ox" and "An Ox".
It seems that I could insert the new code in Select#getFilteredOptions(). I'd be willing to contribute the new filteringmode code, but I'd like inputs from the Vaadin gurus before I start mucking around.
duy