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

change event resolves the parent form correctly now #1739

Closed jankapunkt closed 5 months ago

jankapunkt commented 5 months ago

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