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
Hi, you're creating a new instance of superForm in the component, that's why it's not working. You need to pass the SuperForm object created in +page.svelte instead of the SuperValidated data.
Description
When we do
Componentization
of the form, the parent will not be able to subscribe to any changes from the child component.Please see MRE here - https://www.sveltelab.dev/wl0rfm8u6rfld7z.
Notice that when I type to any fields the
SuperDebug
field does not get updated. Am I missing something? ThanksThe text was updated successfully, but these errors were encountered: