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
Do you want to request a feature or report a bug?
bug What is the current behavior?
shouldFetchSuggestions prop takes a boolean. My conditions is shouldFetchSuggestions={state.value.length > 2}. When I type New lib does not start to fetch the predictions. But it should because current length of input is 3 which is bigger than 2. What is the expected behavior?
Predictions should be fetched when condition is met. Which versions of ReactPlacesAutocomplete, and which browser / OS are affected by this issue?
7.3.0
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
bug
What is the current behavior?
shouldFetchSuggestions prop takes a boolean. My conditions is
shouldFetchSuggestions={state.value.length > 2}
. When I typeNew
lib does not start to fetch the predictions. But it should because current length of input is 3 which is bigger than 2.What is the expected behavior?
Predictions should be fetched when condition is met.
Which versions of ReactPlacesAutocomplete, and which browser / OS are affected by this issue?
7.3.0
The text was updated successfully, but these errors were encountered: