I am using the custom binding provided in Autocomplete combobox with Knockout JS template / JQuery
I need to enforce that the user must select a value in the autocomplete list and after they select the value to not be able to add additional text to the select. I have searched but I cannot find an example of how to prevent additional text from being entered. It must stay editable incase they selected the wrong drop down but what they type must match 100% with a value from the list.
I found this posting on jquery but its 9 months old and no one posted an answer.