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
{{ message }}
This repository was archived by the owner on Nov 8, 2017. It is now read-only.
I really like this library which saved me a lot of work on UI so I researched Google and made "types" work again in #301 .
Google has changed the parameter from "types" to "type", but most of type values remain unchanged.
Regardless, the only change we need to make is to explicitly call a new method setTypes() of AutoComplete. For example, I added this line right after autocomplete object initialization.
this.autocomplete.setTypes(options.types);
https://developers.google.com/maps/documentation/javascript/places?csw=1#deprecation
Should change your API accordingly :)
Awesome project btw!
The text was updated successfully, but these errors were encountered: