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
Hey @gmsy, you can use the onResult prop and cache the value of each query result. If you want to cache the value as the user is typing, you can use the onLoading prop. You'll probably actually need to use both.
Thanks for your reply, @SamSamskies .
Do you think there is also a way maybe to change styling for the Geocoder input only when the Geocoder input is focused?
Is there any way to keep the current value of Geocoder on the state?
For example, creating a hook like
setSearchQuery(Geocoder.input.current.value)
?This is my Geocoder:
Thanks!
The text was updated successfully, but these errors were encountered: