Hi Alexander,
I called the search method and it returns the list suggestion item, but with barcode reader autocomplete can't detect the select event. The barcode reader works like you copy text then enter. Anyway to trigger select event with the first item in the suggestion list.
I tried with .HighlightFirst(true) and autocomplete.select(autocomplete.ul.children().eq(0)), but it didn't jump to Select event.
Thanks,
Saroj