You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the @onsubmit function for changeset forms.
The data arg is always undefined.
result seems to just be the changeset that was saved.
I see a data property in the changeset docs, but for me it's undefined even though the changeset saved successfully. https://github.com/poteto/ember-changeset#data
Maybe simply returning the changeset will be the most flexible for users of this API?
The text was updated successfully, but these errors were encountered:
I'm trying to use the @onsubmit function for changeset forms.
The
data
arg is always undefined.result
seems to just be the changeset that was saved.I see a
data
property in the changeset docs, but for me it's undefined even though the changeset saved successfully.https://github.com/poteto/ember-changeset#data
Maybe simply returning the changeset will be the most flexible for users of this API?
The text was updated successfully, but these errors were encountered: