@bigfishtv/react-geosuggest
v2.12.1
Published
A FORKED version of React autosuggest for the Google Maps Places API.
Downloads
4
Readme
React Geosuggest (FORKED)
yarn add @bigfishtv/react-autosuggest
Usage
See original React Autosuggest for usage.
Changes
Adds the following additional props
transformUserInput function (userInput: string) => string
Modify the input value before sending to AutocompleteService. Does NOT modify what is shown in the input field.
alwaysUseGeocoder boolean (default: false)
Always use the Geocoder when resolving a selection to a place.