lukemadera / meteor-autoform-googleplace

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

pass a "default" value? #28

Open acomito opened 8 years ago

acomito commented 8 years ago

with the user still having an option to change? Like passing the input a suggested or forecasted location (most likely from their profile, or past form).

You can do this normally with a helper and a 'value=thisHelperValue' inside the autoform field brackets but it doesn't seem to work in fields with type=googleplaces