We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
Bump :)
Sorry, something went wrong.
No branches or pull requests
I've setup my schema like this (coffeescript):
also tried this way:
even tried a simple field like this:
and still nothing.
No errors, but also no autocomplete.
Can't figure out what I'm doing wrong...
Thanks!
The text was updated successfully, but these errors were encountered: