Heath C
Heath C
@hickscorp So it looks like you are running into the fact that we have defined `StrictRJSFSchema` as the `json-schema` provided type. Since you are using the AJV generic type instead,...
@hickscorp Sorry for the delay, missed your previous message. At what level are you needing the typing to be maintained? Do you have custom widgets, fields or templates?
@hickscorp Given that you are choosing to use the AJV 8 typing scheme, I'm not sure how to work around your situation except to force the typing. I've created this...
@zbayoff Can you help us and respond to the [AJV issue](https://github.com/ajv-validator/ajv/issues/2129)?
@zbayoff I wish there was a simpler way to do this that didn't create a HARD link between RJSF utils and AJV. Aside from someone in this community doing the...
@dberardo-com Give the highly configurable nature of RJSF, you can do all of what you want in your own implementations. You can control how the Submit button is displayed in...
@robbieculkin All templates are given the `uiSchema` that is associated with the level in the hierarchy. Please checkout the [documentation](https://rjsf-team.github.io/react-jsonschema-form/docs/advanced-customization/custom-templates/) for more info. Also, you can use the [ui:globalOptions](https://rjsf-team.github.io/react-jsonschema-form/docs/api-reference/uiSchema#uiglobaloptions) to...
@michelengelen Is there an ETA on when this might get fixed? It is breaking our tests which were relying on this feature