# setJsonSchemaFormProps

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

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

### Parameters

All form props mentioned [here](https://react-jsonschema-form.readthedocs.io/en/latest/api-reference/form-props/) except for what is mention in the table below

| Name     |
| -------- |
| schema   |
| formData |
| onBlur   |
| onChange |
| onError  |
| onFocus  |
| idPrefix |
| onSubmit |
| uiSchema |
|          |
|          |
