rjsf-material-ui
rjsf-material-ui copied to clipboard
[Archived] Material UI theme for react-jsonschema-form.
When using the playground in https://rjsf-team.github.io/react-jsonschema-form/ I can make use of minimum, maximum and multipleOf and they are working correctly. To reproduce, go to "numbers" example (click on button Numbers...
Bumps [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/json-schema) from 7.0.3 to 7.0.4. Commits See full diff in compare view [](https://dependabot.com/compatibility-score.html?dependency-name=@types/json-schema&package-manager=npm_and_yarn&previous-version=7.0.3&new-version=7.0.4) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Hi guys, you did a great job ! I have just one tiny issue - when using the range widget (`"ui:widget": "range"`) **and the schema defines no default value** the...
Bumps [react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form) from 1.8.0 to 1.8.1. Release notes *Sourced from [react-jsonschema-form's releases](https://github.com/mozilla-services/react-jsonschema-form/releases).* > ## v1.8.1 > ## Fixes > - Use setTimeout instead of setImmediate ([#1482](https://github-redirect.dependabot.com/mozilla-services/react-jsonschema-form/issues/1482)) > - Fix some...
The original RJSF had the ability to use Bootstrap to have custom form fields in multi-column layouts. Currently, with RJSF MUI you can only have single-column forms where all the...
Helloo everybody, Thank you for your great work, I had a task in a project and I want to use you librarie to build forms dynamically, but I can't build...
Hi Everyone! I have customized ArrayFieldTemplate as UiSchema. ``` `const newUiSchema = { parents: { items: { 'content': { 'students': { 'items': { 'content': { "ui:widget": props => { return...
All readonly fields are rendered as disabled fields. For logic this is ok, but I think it should be better to handle readonly fields as readonly, Material-UI supports it. Thanks...
I have faced some issue when npm installs repository. my source code was built with javascript(react) and I want to use this library. it works if I clone the source...
 As seen in the screenshot, the same error messages are shown several times. This happens in the error list on top of the form and under the element itself....