Always show a specific choice in jQuery Autocomplete even if it doesn't match input
问题 I have a jQuery autocomplete (jquery ui version 1.8) in which I type a name. When available, I want the user to select a name from the list as these are owner names from our database. However, there is the occassion where they will need to add a new owner name, and in this instance, I want them to chose "Add New" from the autocomplete's drop down list. The problem is, if I include "Add New" as a choice in my autocomplete source data, it does not show up as a choice in the autocomplete drop