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';
3
3
4
4
<DocPage >
5
5
6
- # Introduction
6
+ # Data Driven Forms Introduction
7
7
8
8
Data Driven Forms converts JSON form definitions into fully functional React forms.
9
9
It 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';
3
3
4
4
<DocPage >
5
5
6
- # Introduction
6
+ # Data Types
7
7
8
8
You can specify a type of a component by providing ` dataType ` , which will automatically validates the component value.
9
9
Because 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';
2
2
3
3
<DocPage >
4
4
5
- # Introduction
5
+ # Schema Introduction
6
6
7
7
## Schema definition
8
8
You can’t perform that action at this time.
0 commit comments