react-jsonschema-form icon indicating copy to clipboard operation
react-jsonschema-form copied to clipboard

uiSchema doesn't work at ant design theme

Open silverstelth opened this issue 2 years ago • 1 comments

I think that is problem in @rjst/core. I tried to use ui:submitButtonOptions to add option to uiSchema, but it doesn't work.

for example import { withTheme } from '@rjsf/core' import { Theme as AntDTheme } from '@rjsf/antd'

const Form = withTheme(AntDTheme) const schema = { ... } const uiSchema = { "ui:submitButtonOptions": { "norender": true, } }

But I can't use the uiSchema properties in the form

silverstelth avatar Apr 27 '22 17:04 silverstelth

@silverstelth please see playground link

jacqueswho avatar Apr 28 '22 14:04 jacqueswho

Closing as a solution was provided

heath-freenome avatar Mar 23 '23 15:03 heath-freenome