I\'m using the jQuery Autocomplete but I need it to be editable. What I mean is that if a value isn\'t in the list, I need to capture the value they entered. Using the example
In your
source: function(request, response) {
you can access the request.term = what was typed.
request.term