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
fixes#7238
provides a custom form enhance callback for the demo app /sverdle to prevent form.reset() being called by the default callback.
Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
Describe the bug
The sverdle game is broken, looks like #7207 will clear the values while the value (
value={guesses[row]?.[column] ?? ''}
) won't be set in the DOM.Seems to be introduced in
1.0.0-next.512
, and1.0.0-next.513
doesn't fix it yet.Reproduction
npm create svelte@latest
. I chose typescript and all other options.)use:enhance
and see form work with js enableduse:enhance
@sveltejs/kit
to1.0.0-next.511
Logs
No response
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: