We are using a combo in the lightbox section ( We load the data of the combo from a PostgreSQL db). It shows the suggested items which start from the letters, that are entered into the search field.
Is it possible to search the items by content?
Like:
Item “Marcel Proust” should appear in the suggested items list when you type “Pro”.
its there any way to disable the “autocomplete” combo text with the first match?? when you are searching with the combo and press a key, it proposes all matches, but complete the combo with the the first match and delete the text introduced by the user…its very dificult to use…
Yep, this feature is designed for “match-by-start” and useless in your case.
The code which you have commented is not necessary for any other task, so it must not cause any side effects.