rjsf-material-ui
rjsf-material-ui copied to clipboard
[Archived] Material UI theme for react-jsonschema-form.
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Moderate severity vulnerability that affects acorn, minimist, and svjsl...
I read the following issue thread: https://github.com/rjsf-team/react-jsonschema-form/issues/1222 and after that found the following: https://github.com/rjsf-team/react-jsonschema-form/tree/master/themes/material-ui which seems to have an identical README as this repo. And yet, it seems like this...
Hello! Tested with no luck as ``` import { withTheme } from 'react-jsonschema-form'; import { Theme as MuiTheme } from 'rjsf-material-ui'; const MuiForm = withTheme(MuiTheme); finalSchema.buttonLabel = "my label"; finalSchema['ui:options']...
When an integer or number type property has a default value of 0 defined, the value ends up in form data but it is not reflected on the form itself,...
Hi. I am wondering if I can choose a "variant" for a TextField? or perhaps something via ui-schema like: ``` { "first_name": { "material-ui:variant": "outlined" } ``` Amazing job BTW.
Hi, I have an issue when I import the package into my code: ` import {MuiForm as Form} from 'rjsf-material-ui'; ` npm prints errors like: ` ERROR in [at-loader] ./node_modules/rjsf-material-ui/dist/index.d.ts:11:10...
Documentation: https://react-jsonschema-form.readthedocs.io/en/latest/form-customization/#object-additional-properties * [ ] Use the additionalProperties attribute in the uiSchema * [ ] Hide the buttons if the ui:options.expandable attribute is set to false
The current form structure is 90% great. But there are some litte styles should be adjust by situations. The form tree doesn't contains any semantic classes, which makes it difficut...
no 'add item' button [in playground](https://cybertec-postgresql.github.io/rjsf-material-ui/)