meteor-autoform icon indicating copy to clipboard operation
meteor-autoform copied to clipboard

change event resolves the parent form correctly now

Open jankapunkt opened this issue 1 year ago • 0 comments

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

jankapunkt avatar May 02 '24 12:05 jankapunkt