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 44e9c00 commit b748095Copy full SHA for b748095
packages/snapshot-tests/src/formTests.tsx
@@ -642,6 +642,9 @@ export function formTests(Form: ComponentType<FormProps>) {
642
};
643
const uiSchema = {
644
'ui:help': 'help me!',
645
+ 'ui:options': {
646
+ classNames: 'help-block',
647
+ },
648
649
const errors: string[] = ['an error'];
650
const extraErrors = { __errors: errors } as ErrorSchema;
0 commit comments