kristianmandrup / gmaps-autocomplete-rails

Google Maps v3 search with jQuery UI Autocomplete, ready for use with Rails asset pipeline
MIT License
73 stars 35 forks source link

GmapsCompleter objects can now be created #3

Closed pdsteele closed 11 years ago

pdsteele commented 11 years ago

Made a couple small changes so that the new class objects can be created. Autocomplete works, but I did not test any of the map features. More work may be required. I updated the readme with a configuration/example for the new class.

I also added another formtastic example, since it took me a little bit to realize that the id had to be set by the input_html parameter.

kristianmandrup commented 11 years ago

Awesome :)