In order to add this component to a and trigger typeahead for specific keystrokes that the consumer of this component configures (e.g. #, @, :), there should be a public method exposed that can be called to trigger the search + UI.
E.g. $('some-component').typeahead('searchFor', 'myDataSetName', 'mySearchToken');
Alternatively, support the above scenario altogether directly by specifying a character that triggers the search of a specific dataset (so it would be another param for dataset).
In order to add this component to a and trigger typeahead for specific keystrokes that the consumer of this component configures (e.g. #, @, :), there should be a public method exposed that can be called to trigger the search + UI.
E.g.
$('some-component').typeahead('searchFor', 'myDataSetName', 'mySearchToken');
Alternatively, support the above scenario altogether directly by specifying a character that triggers the search of a specific dataset (so it would be another param for dataset).