I recently migrated a few of my Autocomplete plugins from the one produced by bassistance to the jQuery UI autocomplete.
How can the \"mustMatch\" and \"selectFirst\
I used something as simple as this for mustMatch and it works. I hope it helps someone.
change: function (event, ui) { if (!ui.item) { $(this).val(''); } }