From 06f53bc78f2b57c7a42363ce688f5faacbfe0eee Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 8 Oct 2022 22:46:21 +0200 Subject: [PATCH] docs: update astro-reactive-form readme (#72) * docs: update astro-reactive-form readme * docs: formatting --- packages/astro-reactive-form/README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) 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: -Screen Shot 2022-10-01 at 7 29 00 PM +![Screen Shot 2022-10-08 at 10 38 04 PM](https://user-images.githubusercontent.com/4262489/194726969-bdddefdf-d582-4201-a40e-3798383f03a0.png) 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