The problem here is that there are similar product names so I only want to search for substrings to get a list of products (which is possible).
The method is called like this:
TextFields.bindAutoCompletion(searchTerm, productNames);
However the drop down suggestions always highlight the first entry which fires the search for this specific product on enter.
Is there a way to disable this default selection?