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 4470330 commit 99c89feCopy full SHA for 99c89fe
packages/docs/docs/json-schema/single.md
@@ -107,7 +107,7 @@ const schema: RJSFSchema = {
107
render(<Form schema={schema} validator={validator} />, document.getElementById('app'));
108
```
109
110
-In your `uiSchema`, you may also specify `ui:enumNames`, which RJSF can use to label an enumeration.
+If you use `enum` in your JSON Schema, you may instead specify `ui:enumNames` in your `uiSchema`, which RJSF can use to label an enumeration.
111
112
```tsx
113
import { RJSFSchema, UiSchema } from '@rjsf/utils';
0 commit comments