2.12.1 • Published 5 years ago

@bigfishtv/react-geosuggest v2.12.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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.