setJsonSchemaFormProps

This method will allow you pass all default theme props for your rjsf form

import {
  setJsonSchemaFormProps
} from '@trixtateam/trixta-js-rjsf';

setJsonSchemaFormProps({
validator,
noHtml5Validate: true, 
liveValidate: false, 
fields: {},
className: "",
formContext: {
}
})

Parameters

All form props mentioned here except for what is mention in the table below

Name

schema

formData

onBlur

onChange

onError

onFocus

idPrefix

onSubmit

uiSchema

Last updated