rjsf-material-ui icon indicating copy to clipboard operation
rjsf-material-ui copied to clipboard

[Archived] Material UI theme for react-jsonschema-form.

Results 35 rjsf-material-ui issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/json-schema&package-manager=npm_and_yarn&previous-version=7.0.3&new-version=7.0.4)](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...

dependencies

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...

dependencies

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...

enhancement
good first issue

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...

![image](https://user-images.githubusercontent.com/10603631/67367198-4fc80c80-f575-11e9-92ff-f4a949f23375.png) 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....

enhancement
good first issue
invalid