-
Notifications
You must be signed in to change notification settings - Fork 174
How to use the directive with async API results? #221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Did you look at the async demo in the demo-app? |
I did, though it looked more convoluted than my coding skills allow me and I thought (or better wished) that it might have been dated. I couldn't even manage to import |
Hello @dmacfarlane and thanks for your direction. I managed to return the async data, but I can't load them in the I use two triggers and my code looks like this:
I've also tried without Any help would be appreciated! |
Hello, I've read all the issues here (including this answer) and experimented for quite a while, but I still haven't managed to populate the
mention-menu
with the results from an API call. Iconcat()
the new items array in theitems
array withinmentionConfig
, but there is no change detection happening and the menu does not live update the updated array.A solution or working example will be much appreciated.
The text was updated successfully, but these errors were encountered: