You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ http://brutusin.org/json-forms/
56
56
## Dynamic schemas
57
57
This library supports dynamic schemas, that is, subschemas that can change depending on the value of other parts of the data.
58
58
59
-
This enables to create**dynamic forms** that vary their shape depending on the values entered by the user. This is extremely useful for big autogenerated schemas, that aggregates lots of subschemas and have functional bindings, given that it allows to show the user a simpler, non-error-prone form, also avoiding asking for unneeded data.
59
+
This lets creating**dynamic forms** that vary their shape depending on the values entered by the user. This is extremely useful for big autogenerated schemas, that aggregates lots of subschemas and have functional bindings, given that it allows to show the user a simpler, non-error-prone form, also avoiding asking for unneeded data.
60
60
61
61
Dynamic schemas are built upon two main blocks:
62
62
* Custom (non-standard) schema property called `dependsOn`, to build the subschemas dependency graph
0 commit comments