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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Making SvelteKit **validation** and **displaying** of forms a pleasure!
37
37
- Works both on the server and with [single-page applications](https://superforms.rocks/concepts/spa) (SPA)!
38
38
-[Proxy objects](https://superforms.rocks/concepts/proxy-objects) for handling data conversions to string and back again.
39
39
- Realtime [client-side validators](https://superforms.rocks/concepts/client-validation) for immediate user feedback.
40
-
-Provide submit state feedback with three [auto-updating timers](https://superforms.rocks/concepts/timers), based on human perception research.
40
+
-Create loading spinners easily with three [auto-updating timers](https://superforms.rocks/concepts/timers), based on human perception research.
41
41
- Even more care for the user: No form data loss, by [preventing error page rendering](https://superforms.rocks/concepts/enhance#differences-from-sveltekits-useenhance) as default.
42
42
- Hook into [a number of events](https://superforms.rocks/concepts/events) for full control over the validation data and the `ActionResult`, with a possibility to cancel the update at every step.
43
43
- Complete customization with a [huge list of options](https://superforms.rocks/api#superformform-options).
0 commit comments