When i am writing something in the editor, then the typeAhead engine is calling perfectly but when i am directly appending something into editor than typeahead engine is not calling. Can anyone please help.
Asked
Active
Viewed 18 times
0
-
Possible duplicate of [Programmatically triggering typeahead.js result display](https://stackoverflow.com/questions/15115059/programmatically-triggering-typeahead-js-result-display) – Vitaliy Gorbenko Dec 22 '17 at 09:48
-
I am able to trigger the typeahead code but not able to trigger the typeahead search engine. For eg i have built the search engine in typeahead and i have sent the query and triggered with method described in that link but the saecrh engine is not triggering – ritwik Dec 22 '17 at 10:56
-
Can you describe more clearly what you expect and what does happen? Worth to provide some code samples. – Vitaliy Gorbenko Dec 22 '17 at 13:29