meteor-autoform
meteor-autoform copied to clipboard
change event resolves the parent form correctly now
When having multiple forms on one page then changing a select input will not find the correct parent form but the next input field (if any is placed before the select)
This broke reactivity, which as required for example, when using simple schema and computed fields that rely on AutoForm.getFieldValue.
This is now fixed