jonjamz / blaze-forms

Dead easy reactive forms with validation (Meteor).
https://atmospherejs.com/templates/forms
MIT License
113 stars 11 forks source link

Where to set the data ? #106

Closed barisro closed 7 years ago

barisro commented 7 years ago
jonjamz commented 7 years ago

Use data=data

On Apr 24, 2017, at 8:23 AM, barisro notifications@github.com wrote:

{{#basicFormBlock schema=schema action=action}} {{> basicInput field='testField'}} {{/basicFormBlock}} — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

barisro commented 7 years ago

Not working for basicFormBlock. I managed to get it working for my form template though.