This method will allow you pass all default theme props for your rjsf form
Last updated 2 years ago
import { setJsonSchemaFormProps } from '@trixtateam/trixta-js-rjsf'; setJsonSchemaFormProps({ validator, noHtml5Validate: true, liveValidate: false, fields: {}, className: "", formContext: { } })
All form props mentioned except for what is mention in the table below
schema
formData
onBlur
onChange
onError
onFocus
idPrefix
onSubmit
uiSchema