You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user select the one he needs, i need to fetch async the API using the ID provided. That is because the response is a huge text each ID response can hit up to 2mb of text
So, tribute will fetch that and set on my text editor the response of that fetch.
How can I do that?
I tried selectTemplate but it didn't accept async data
PS: i cannot load all values with all text i need because it will be about 1gb of text
I also need to load the values with the shortcut and ID instantly, the fetch will be only after I select one item
The text was updated successfully, but these errors were encountered:
This is not a bug, just a question.
I have about 100 shortcuts that is load with the page.
I will set those shortcuts as values in tributes.
Something like:
When the user select the one he needs, i need to fetch async the API using the ID provided. That is because the response is a huge text each ID response can hit up to 2mb of text
So, tribute will fetch that and set on my text editor the response of that fetch.
How can I do that?
I tried
selectTemplate
but it didn't accept async dataPS: i cannot load all values with all text i need because it will be about 1gb of text
I also need to load the values with the shortcut and ID instantly, the fetch will be only after I select one item
The text was updated successfully, but these errors were encountered: