Skip to content
Snippets Groups Projects
Commit b558bb36 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FEAT #12510 TIME 0:30 fixed contact autocomplete in search form

parent 81835677
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,8 @@ function initSenderRecipientAutocomplete(inputId, mode, alternateVersion, cardId
$j("#" + inputId).typeahead({
// order: "asc",
display: "idToDisplay",
templateValue: "{{otherInfo}}",
display: ["company", "firstname", "lastname"],
templateValue: "{{company}} {{firstname}} {{lastname}}",
emptyTemplate: "Aucune donnée pour <b>{{query}}</b>",
minLength: 3,
dynamic: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment