nithi mano

nithi mano

  • NA
  • 200
  • 100.8k

Typehead in angular 5

Apr 18 2018 5:27 AM
Hello
 
the below code throws error in the output page with collapsed labels.
  1. $('#multiple-datasets .typeahead').typeahead({  
  2. hint: true,  
  3. highlight: true,  
  4. limit: 10  
  5. },  
  6. {  
  7. name: 'channelbyname',  
  8. display: 'name',  
  9. source: channelbyname,  
  10. templates: { header: '<h4 class="set-title">Channels</h4>' } }, { name: 'concept', display: 'name', source: concept, templates: { header: '<h4 class="set-title">Keyword</h4>' } });  
Kindly let me know how to alter the code so as to make the typeahead workable 

Answers (2)