lukemadera / meteor-autoform-googleplace

Google Places Autocomplete input (without map). Returns an object with formatted address components
21 stars 19 forks source link

Add Place Name & Make VAL Reactive #20

Open curtislarson opened 8 years ago

curtislarson commented 8 years ago

Hello!

This pull request has two features:

1) Add place name to the location object 2) Make VAL reactive. I added this so I can have a tracker on AutoForm.getFieldValue and update a map reactively. It wasn't working quite right before.

Let me know if you need anything else!