Coding
Autocomplete: require _some_ value to be selected?
I’m using a pretty straightforward jQueryUI autocomplete. The only slightly complicated thing is that I have a set list of choices, and the user must enter something from the list. I’m using a JSON array Read more…