react-jsonschema-form
react-jsonschema-form copied to clipboard
uiSchema doesn't work at ant design theme
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 please see playground link
Closing as a solution was provided