Skip to content

bigfishtv/react-geosuggest

 
 

Repository files navigation

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.

About

A React autosuggest for the Google Maps Places API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 90.4%
  • CSS 4.1%
  • JavaScript 3.9%
  • HTML 1.6%