miguelalarcos / autoform-extension

An extension for AutoForm that permit you to use typeahead and formated dates.
4 stars 0 forks source link

Complete Working Example Code? #1

Closed jasonxeno closed 10 years ago

jasonxeno commented 10 years ago

First of all, great work! I have been looking for something like this. Second, would you be able to provide complete working example code, perhaps in a directory named 'example' like other packages do? It would really help myself and others get started by doing a git clone and then we could start coding from a working example.

miguelalarcos commented 10 years ago

Hey, thanks! Of course I am going to provide that example :) Meanwhile you can check my meteor-boilerplate. You have to download (not clone) and do: mrt install meteor

Then you have a working app with iron-router, autoform (+ other packages) and my autoform-extension and sym-i18n. I have to add a README to say how to setup this boilerplate, but I hope it helps a bit till I have the example done.

Write here if you need anything else.

miguelalarcos commented 10 years ago

hi jcswanson,

now you have got an example. Just: mrt install meteor

and you can play with the options of autoform-extension. Hope that helps. Please let me know if something is missing.

miguelalarcos commented 10 years ago

I have released a new version with changes in props of the schema. The example should work ok with the changes. I will close this issue. Reopen if found something wrong.