We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619765f commit bce0f18Copy full SHA for bce0f18
docs/validations/custom-validation.md
@@ -11,7 +11,7 @@
11
```jsx
12
<Form
13
schema={givenSchema}
14
- uiSchema={givenSchema}
+ uiSchema={givenUISchema}
15
formData={givenFormData}
16
onCancel={onCancel}
17
onSubmit={onSubmit}
0 commit comments