docs: update plan for validation
This commit is contained in:
parent
677c68d706
commit
2cde19237e
1 changed files with 4 additions and 1 deletions
|
@ -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:
|
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. Themes - unstyled, light mode, dark mode, compact, large
|
||||||
1. FormGroup class
|
1. FormGroup class
|
||||||
1. `get(controlName: string)` - returns the FormControl with matching name
|
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. `statusChanges` - observable that emits the control status when it changes
|
||||||
1. `valueChanges` - observable that emits the control value when it changes
|
1. `valueChanges` - observable that emits the control value when it changes
|
||||||
1. `value` - property that reflects the control value
|
1. `value` - property that reflects the control value
|
||||||
1. Validator library for common validation scenarios
|
|
||||||
|
|
||||||
... and so much more
|
... and so much more
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue