meteor-autoform-googleplace icon indicating copy to clipboard operation
meteor-autoform-googleplace copied to clipboard

Not working with meteor-admin

Open semeano opened this issue 8 years ago • 1 comments

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!

semeano avatar Sep 18 '16 22:09 semeano

Bump :)

maxkufner avatar Oct 06 '16 13:10 maxkufner