Heath C

Results 438 comments of Heath C

@jimmycallin FYI, I'm doing the conversion of Fields today so no need to do them if you were considering it

> > So changing `any` to `WidgetProps` broke things? > > (Weirdly enough I couldn't respond directly to that comment) > > Yes, exactly. Getting the following error: > >...

@rtalvarez So, in the upcoming v5 beta, `Form` has been converted to Typescript and it's types are properly being exported. Take a look at the [code](https://github.com/rjsf-team/react-jsonschema-form/blob/rjsf-v5/packages/core/src/components/Form.tsx#L238) in the `rjsf-v5` branch...

> > @rtalvarez So, in the upcoming v5 beta, `Form` has been converted to Typescript and it's types are properly being exported. Take a look at the [code](https://github.com/rjsf-team/react-jsonschema-form/blob/rjsf-v5/packages/core/src/components/Form.tsx#L238) in the...

@rtalvarez Can you verify that the v5 beta has the proper typing that you need?

@jimmycallin How did you want to deal with the differences I pointed out above?

@ahkhanjani Whoops, I've managed to create a minor conflict when I upgraded `husky` and ` lint-staged`, sorry.

@ahkhanjani Did you want me to do the merge of this PR for you?

@HHOSSAIN See [this section](https://react-jsonschema-form.readthedocs.io/en/latest/api-reference/uiSchema/#submitbuttonoptions) of the uiSchema documentation

You can wrap your custom button with the `Form` and it will replace the submit button with that content. I.e. ``` Submit ```