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
* Fixrjsf-team#3696 - Fixed broken playground examples - Added experimental_defaultFormStateBehavior.emptyObjectFields control to Playground - Fixed bug where subthemes would not appear in Playground * Fixrjsf-team#3696 - Changes from review
Copy file name to clipboardExpand all lines: packages/docs/docs/usage/validation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ node compileYourSchema.js
71
71
72
72
> NOTE: You must have your schema provided within a file that can be parsed and turned into the set of precompiled validator functions.
73
73
74
-
> Additional Note: If you are using Webpack or NextJS and are encountering an issue resolving `fs` during development, consult this [blog post](https://bobbyhadz.com/blog/module-not-found-cant-resolve-fs) for how to solve the issue.
74
+
> Additional Note: If you are using Webpack or NextJS and are encountering an issue resolving `fs` during development, consult this [blog post](https://bobbyhadz.com/blog/module-not-found-cant-resolve-fs) for how to solve the issue.
75
75
76
76
### Using the precompiled validator
77
77
@@ -435,7 +435,7 @@ An important note is that these errors are "display only" and will not block the
435
435
436
436
### ajvOptionsOverrides
437
437
438
-
In version 5, with the advent of the decoupling of the validation implementation from the `Form`, it is now possible to provide additional options to the `ajv6` instance used within `@rjsf/validator-ajv8`.
438
+
In version 5, with the advent of the decoupling of the validation implementation from the `Form`, it is now possible to provide additional options to the `ajv` instance used within `@rjsf/validator-ajv8`.
439
439
For instance, if you need more information from `ajv` about errors via the `verbose` option, now you can turn it on!
'This is the same as the simple form, but it is rendered as a bootstrap grid. Try shrinking the browser window to see it in action.',
45
+
'This is the same as the simple form, but with an altered bootstrap grid. Set the theme to default, and try shrinking the browser window to see it in action.',
0 commit comments