Meteor-Community-Packages / meteor-autoform

AutoForm is a Meteor package that adds UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation.
MIT License
1.44k stars 328 forks source link

"Error: template.formValues[fieldName] is undefined #965

Closed boustanihani closed 3 years ago

boustanihani commented 9 years ago

I am getting "Error: template.formValues[fieldName] is undefined on my console without any further information, I tried using AutoForm.debug(); to try to understand what is happening but sadly this did not help :(

It seems this error only occurs when using v5.2.0, if I downgrade to v5.1.2 the error disappears...

fabienb4 commented 9 years ago

See #961.