Skip to content

Commit 3965c5a

Browse files
Chore restore lost playground option (#4828)
1 parent a08a968 commit 3965c5a

File tree

2 files changed

+82
-81
lines changed

2 files changed

+82
-81
lines changed

package-lock.json

Lines changed: 81 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/playground/src/components/OptionsDrawer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ const liveSettingsBooleanSchema: RJSFSchema = {
7575
noValidate: { type: 'boolean', title: 'Disable validation' },
7676
noHtml5Validate: { type: 'boolean', title: 'Disable HTML 5 validation' },
7777
focusOnFirstError: { type: 'boolean', title: 'Focus on 1st Error' },
78+
useFallbackUiForUnsupportedType: { type: 'boolean', title: 'Use Fallback UI', default: false },
7879
omitExtraData: { type: 'boolean', title: 'Omit extra data' },
7980
liveOmit: { type: 'string', title: 'Live omit', default: false, enum: [false, 'onChange', 'onBlur'] },
8081
liveValidate: { type: 'string', title: 'Live validation', default: false, enum: [false, 'onChange', 'onBlur'] },

0 commit comments

Comments
 (0)