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