File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/react-renderer-demo/src/pages Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import CodeExample from '@docs/code-example';
33
44<DocPage >
55
6- # Introduction
6+ # Data Driven Forms Introduction
77
88Data Driven Forms converts JSON form definitions into fully functional React forms.
99It uses [ React Final Form] ( https://github.com/final-form/react-final-form ) for the form state management.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import DocPage from '@docs/doc-page';
33
44<DocPage >
55
6- # Introduction
6+ # Data Types
77
88 You can specify a type of a component by providing ` dataType ` , which will automatically validates the component value.
99Because almost everything in HTML inputs is outputed as a string, adding the ` dataType ` props will also cast the value to given type.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import DocPage from '@docs/doc-page';
22
33<DocPage >
44
5- # Introduction
5+ # Schema Introduction
66
77## Schema definition
88
You can’t perform that action at this time.
0 commit comments