Skip to content

Commit 88c748a

Browse files
feat: adds triggering validation section
1 parent bca28be commit 88c748a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

essentials/validation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,3 +888,8 @@ name: "Submit invalid"
888888
file: "_content/_examples/submit-invalid/submit-invalid.vue"
889889
---
890890
::
891+
892+
893+
## Triggering validation
894+
895+
Trying to manually trigger validation is an anti-pattern in FormKit and should be avoided. Validation is continually computed via fine-grained reactivity. If a value or prop that is used in a validation rule changes, the validation will be automatically be re-run. This ensures validity state, settlement state, submission state and any other validation-related properties can always be trusted.

0 commit comments

Comments
 (0)