Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with meteor-admin #32

Open
semeano opened this issue Sep 18, 2016 · 1 comment
Open

Not working with meteor-admin #32

semeano opened this issue Sep 18, 2016 · 1 comment

Comments

@semeano
Copy link

semeano commented Sep 18, 2016

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
Copy link

Bump :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants