Hi.
the default behavior of combobox is that it filters and shows only those items which "start" with specified /entered characters.
how can i modify this behavior to filter and show all items that "contain" the specified/entered characters.

e.g store {(a),(ab),(bad),(cat),(tap)}

default behavior: first two items are filtered
required behavior: all items should be filtered (they all contain 'a')