bootstrap-ajax-typeahead icon indicating copy to clipboard operation
bootstrap-ajax-typeahead copied to clipboard

Different value in input than displayed

Open Erwane opened this issue 9 years ago • 0 comments

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 ?

Erwane avatar Dec 14 '15 10:12 Erwane