docs: update readme example code
This commit is contained in:
parent
ad65225131
commit
944548dc63
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ form.controls.push(
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<Form showValidationHints={true} formGroups={form} />
|
<Form showValidationHints formGroups={form} />
|
||||||
<!--
|
<!--
|
||||||
The `showValidationHints` attribute tells the Form component
|
The `showValidationHints` attribute tells the Form component
|
||||||
that you want to render validation hints. So far, these are:
|
that you want to render validation hints. So far, these are:
|
||||||
|
|
Loading…
Reference in a new issue