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
feat: form.for(id) now implicitly sets id on form object (#14623)
* feat: `form.for(id)` now implicitly sets id on form object
* fix
* client
* docs
* enforce id type
* preserve type of id
---------
Co-authored-by: Rich Harris <[email protected]>
By default, submitting a form will send a request to the URL indicated by the `<form>` element's [`action`](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/form#attributes_for_form_submission) attribute, which in the case of a remote function is a property on the form object generated by SvelteKit.
0 commit comments