Open wahmal opened 8 years ago
why dropdown sugestion not show ?
$("#typeahead").typeahead({ ajax: { url: base_url+'struktur_edit/suggestion', triggerLength: 4 }, onSelect: displayResult });
Can you provide more than information this? Or specific error from console?
Have you tried putting 'displayField' option? This worked for me though.
why dropdown sugestion not show ?
$("#typeahead").typeahead({ ajax: { url: base_url+'struktur_edit/suggestion', triggerLength: 4 }, onSelect: displayResult });