-
-
Notifications
You must be signed in to change notification settings - Fork 98
Event order
Andreas Söderlund edited this page Mar 7, 2023
·
16 revisions
When the documentation site is finished, this will be explained in detail. A brief explanation for now:
| Order | Event | Form status | Condition |
|---|---|---|---|
| 1 | onSubmit | Idle | always triggered |
| 2 | onResult | Submitting | not cancelled |
| 3 | onError | Submitting | not cancelled, error result |
| 3 | onUpdate | Submitting | not cancelled, no error
|
| 4 | onUpdated | Idle | not cancelled, no error
|