diff --git a/packages/astro-reactive-form/README.md b/packages/astro-reactive-form/README.md index d5c3184..4590862 100644 --- a/packages/astro-reactive-form/README.md +++ b/packages/astro-reactive-form/README.md @@ -62,16 +62,24 @@ userNameControl?.setValue("RAMOOOON"); form.get('is-awesome')?.setValue("checked"); --- - -
- + + ``` # Screenshots - Result of example above: -
+
Example of multiple form groups:
@@ -92,7 +100,6 @@ Currently this only supports very basic form creation, but the goal of the proje
1. FormControl class
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. Documentation website
... and so much more