Skip to content

Commit 7128aeb

Browse files
committed
Merge branch 'main' of github.com:ciscoheat/sveltekit-superforms
2 parents 964faad + d338c66 commit 7128aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Making SvelteKit **validation** and **displaying** of forms a pleasure!
3737
- Works both on the server and with [single-page applications](https://superforms.rocks/concepts/spa) (SPA)!
3838
- [Proxy objects](https://superforms.rocks/concepts/proxy-objects) for handling data conversions to string and back again.
3939
- 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.
4141
- 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.
4242
- 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.
4343
- Complete customization with a [huge list of options](https://superforms.rocks/api#superformform-options).

0 commit comments

Comments
 (0)