Fix autosuggest bug
Autosuggest was causing a keyup event to fire when selecting an option from the datalist when the search was an exact match. Meaning only one result was returned.
Autosuggest was causing a keyup event to fire when selecting an option from the datalist when the search was an exact match. Meaning only one result was returned.