Hello
the below code throws error in the output page with collapsed labels.
- $('#multiple-datasets .typeahead').typeahead({
- hint: true,
- highlight: true,
- limit: 10
- },
- {
- name: 'channelbyname',
- display: 'name',
- source: channelbyname,
- templates: { header: '
Channels
' } }, { name: 'concept', display: 'name', source: concept, templates: { header: 'Keyword
' } });
Kindly let me know how to alter the code so as to make the typeahead workable
Sivakumar KonetiPosted Aug 2, 2019, 12:14 AM
Bidyasagar MishraPosted Jul 28, 2019, 6:23 AM