From 2cde19237ec301d58b2204acd8f0bda5d11fc784 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 1 Oct 2022 09:26:29 +0200 Subject: [PATCH] docs: update plan for validation --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4082baf..b754f50 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,10 @@ Example of multiple form groups: Currently this only supports very basic form creation, but the goal of the project is ambitious: +1. Validator library for common validation scenarios + 1. Client-side validation + 1. Server-side validation + 1. validation hooks - onFocus, onBlur, onSubmit 1. Themes - unstyled, light mode, dark mode, compact, large 1. FormGroup class 1. `get(controlName: string)` - returns the FormControl with matching name @@ -80,7 +84,6 @@ Currently this only supports very basic form creation, but the goal of the proje 1. `statusChanges` - observable that emits the control status when it changes 1. `valueChanges` - observable that emits the control value when it changes 1. `value` - property that reflects the control value -1. Validator library for common validation scenarios ... and so much more