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 needed to make an API call at the time of focus on the input and not for every time the user enters a character. I created an onFucus function in the inputProps. Would it be possible to create an input-focusreason to pass to onSuggestionsFetchRequested or a new method that has this functionality?
The text was updated successfully, but these errors were encountered:
I needed to make an API call at the time of focus on the input and not for every time the user enters a character. I created an
onFucus
function in theinputProps
. Would it be possible to create aninput-focus
reason
to pass toonSuggestionsFetchRequested
or a new method that has this functionality?The text was updated successfully, but these errors were encountered: