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
I am using my own api client, but would like to use the typeahead to pull async results. Will you accept a PR with an added async-function property, which is a function that returns a promise, which resolves with data (as the getJSON method currently used for URL async does). I wanted to ask before I put in the work.
The text was updated successfully, but these errors were encountered:
I am using my own api client, but would like to use the typeahead to pull async results. Will you accept a PR with an added
async-function
property, which is a function that returns a promise, which resolves withdata
(as the getJSON method currently used for URL async does). I wanted to ask before I put in the work.The text was updated successfully, but these errors were encountered: