
Security News
GitHub Actions Supply Chain Attack Puts Thousands of Projects at Risk
A compromised GitHub Action exposed secrets in CI/CD logs, putting thousands of projects at risk and forcing developers to urgently secure their workflows.
@rjsf/material-ui
Advanced tools
Material UI 4 theme, fields and widgets for react-jsonschema-form
.
Explore the docs »
View Playground
·
Report Bug
·
Request Feature
Exports material-ui
version 4 theme, fields and widgets for react-jsonschema-form
.
@material-ui/core >= 4.12.0
(in 4.12.0, the library developers made it forward compatible with Material-UI V5)@material-ui/icons >= 4.11.0
(in 4.11.0, the library developers made it forward compatible with Material-UI V5)@rjsf/core >= 5.0.0
@rjsf/utils >= 5.0.0
@rjsf/validator-ajv6 >= 5.0.0
yarn add @material-ui/core @material-ui/icons @rjsf/core @rjsf/utils @rjsf/validator-ajv6
yarn add @rjsf/material-ui
import Form from '@rjsf/material-ui';
or
import { withTheme } from '@rjsf/core';
import { Theme } from '@rjsf/material-ui';
// Make modifications to the theme with your own fields and widgets
const Form = withTheme(Theme);
See the open issues for a list of proposed features (and known issues).
Read our contributors' guide to get started.
rjsf team: https://github.com/orgs/rjsf-team/people
GitHub repository: https://github.com/rjsf-team/react-jsonschema-form
5.22.0
MultiSchemaField
to call the onChange
handler after setting the new option, fixing #3997 and #4314experimental_customMergeAllOf
option to retrieveSchema()
and getDefaultFormState()
to allow custom merging of allOf
schemasmergeDefaultsIntoFormData
option to Experimental_DefaultFormStateBehavior
type to control how to handle merging of defaultsmergeDefaultsWithFormData()
to add new optional defaultSupercedesUndefined
that when true uses the defaults rather than undefined
formData, fixing #4322getDefaultFormState()
to pass true to mergeDefaultsWithFormData
for defaultSupercedesUndefined
when mergeDefaultsIntoFormData
has the value useDefaultIfFormDataUndefined
, fixing #4322getClosestMatchingOption()
to improve the scoring of sub-property objects that are provided over ones that aren't, fixing #3997 and #4314form-props.md
to add documentation for the new experimental_customMergeAllOf
props and the experimental_defaultFormStateBehavior.mergeDefaultsIntoFormData
optionutility-functions.md
to add documentation for the new optional defaultSupercedesUndefined
parameter and the two missing optional fields on getDefaultFormState()
custom-templates.md
to add a section header for wrapping BaseInputTemplate
mergeDefaultsIntoFormData
option
Show Error List
component over one column, making it inline radio buttons rather than a selectFAQs
Material UI 4 theme, fields and widgets for react-jsonschema-form
The npm package @rjsf/material-ui receives a total of 42,381 weekly downloads. As such, @rjsf/material-ui popularity was classified as popular.
We found that @rjsf/material-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A compromised GitHub Action exposed secrets in CI/CD logs, putting thousands of projects at risk and forcing developers to urgently secure their workflows.
Research
Security News
A malicious Maven package typosquatting a popular library is secretly stealing OAuth credentials on the 15th of each month, putting Java developers at risk.
Security News
Socket and Seal Security collaborate to fix a critical npm overrides bug, resolving a three-year security issue in the JavaScript ecosystem's most popular package manager.