Instead of manually adding dozens of options to a HTML5 Datalist, this demo uses AJAX to provide suggestions (options) to a Datalist while the user types in the input field. The goal here is to fetch ...
performSearch fetches a list of objects that are required elsewhere in the code I an need to catch the selected result as it has additional data to be processed. Events like @select or @change do not ...