bootstrap-ajax-typeahead
bootstrap-ajax-typeahead copied to clipboard
Different value in input than displayed
I'll explain :)
My ajax return a json object with : [ { name: "Erwane Breton", email: "[email protected]", title: "Erwane Breton ([email protected])" } , ... ]
I want to display "title" (with displayField ajax Option) BUT, when i select, fill the input field with "name" value.
Any idea ?