You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release has no functional features delivered though it acts as a base for finalising v3.0.0.
This release also acts as a base for other frameworks within Universal Schema to be consumed to deliver seamless experience.
{
"title": "Auto Complete example",
"description": "Example demo for Material UI Autocomplete component usage",
"type": "object",
"properties": {
"auto-complete": {
"type": "string", // For multi-select this can be "array"
"title": "Example Auto Complete",
"enum": [
"Yes",
"No"
]
}
}
}
UI Schema
{
"auto-complete": {
"ui:widget": "material-auto-complete",
"ui:props": { // Available props support come from https://material-ui.com/api/autocomplete/#props
"disableClearable": false
}
}
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
3.0.0-rc.1 - Support for Universal JSON Schema
This release has no functional features delivered though it acts as a base for finalising
v3.0.0
.This release also acts as a base for other frameworks within Universal Schema to be consumed to deliver seamless experience.
Please use MUI 4 release in case you dont plan to upgrade to MUI 5.
Demo URL:
CRA Example URL:
NextJS Example URL:
Previously:
3.0.0-beta.3 - TSConfig Updated
es6
.Next Releases
beta.x
followed byrc.x
to finalize3.0.0
-mui-5
similar previous example release.Demo URL: https://react-jsonschema-form-material-ui.github56.now.sh
Example Usage:
This discussion was created from the release 3.0.0-rc.1 - Universal JSON Schema.
Beta Was this translation helpful? Give feedback.
All reactions