lukemadera / meteor-autoform-googleplace

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

Not working with meteor-admin #32

Open semeano opened 8 years ago

semeano commented 8 years ago

I've setup my schema like this (coffeescript):

address:
  type: new SimpleSchema App.Schemas.Address
  autoform:
    afQuickFields:
      type: 'googleplace'

also tried this way:

address:
  type: new SimpleSchema App.Schemas.Address
  quickForm:
    type: 'googleplace'

even tried a simple field like this:

address:
  type: String
  autoform:
    afQuickField:
      type: 'googleplace'

and still nothing.

No errors, but also no autocomplete. Can't figure out what I'm doing wrong...

Thanks!

maxkufner commented 8 years ago

Bump :)