React Jsonschema Form Material Ui Versions Save

:scroll: Universal JSON Schema Form - Currently Support for React - Material UI components for building Web forms from JSON Schema.

3.0.0-rc.10

1 year ago

3.0.0-rc.10 - Stable Release

This release has no functional features delivered though it acts as a base for finalising v3.0.0.

  • This release acts towards releasing stable version of 3.0.0
npm install --save [email protected]

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-rc.1 - Support for Universal JSON Schema

  • This release also acts as a base for other frameworks within Universal Schema to be consumed to deliver seamless experience.

3.0.0-beta.3 - TSConfig Updated

  • This minor release updates tsconfig to compile to es6.
  • This minor release adds support for Material UI Autocomplete Component.
  • Some bug fixes on array schema types.

Next Releases

Demo URL: https://react-jsonschema-form-material-ui.github56.now.sh

Example Usage:

  • Form Schema
{
  "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
        }
    }
}
  • Form Data
{}

3.0.0-rc.9

1 year ago

3.0.0-rc.9 - Stable Release

This release has no functional features delivered though it acts as a base for finalising v3.0.0.

  • This release acts towards releasing stable version of 3.0.0
npm install --save [email protected]

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-rc.1 - Support for Universal JSON Schema

  • This release also acts as a base for other frameworks within Universal Schema to be consumed to deliver seamless experience.

3.0.0-beta.3 - TSConfig Updated

  • This minor release updates tsconfig to compile to es6.
  • This minor release adds support for Material UI Autocomplete Component.
  • Some bug fixes on array schema types.

Next Releases

Demo URL: https://react-jsonschema-form-material-ui.github56.now.sh

Example Usage:

  • Form Schema
{
  "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
        }
    }
}
  • Form Data
{}

3.0.0-rc.8

1 year ago

3.0.0-rc.8 - Support for react 18 included

This release has no functional features delivered though it acts as a base for finalising v3.0.0.

  • This release acts towards releasing stable version of 3.0.0
npm install --save [email protected]

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-rc.1 - Support for Universal JSON Schema

  • This release also acts as a base for other frameworks within Universal Schema to be consumed to deliver seamless experience.

3.0.0-beta.3 - TSConfig Updated

  • This minor release updates tsconfig to compile to es6.
  • This minor release adds support for Material UI Autocomplete Component.
  • Some bug fixes on array schema types.

Next Releases

Demo URL: https://react-jsonschema-form-material-ui.github56.now.sh

Example Usage:

  • Form Schema
{
  "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
        }
    }
}
  • Form Data
{}

3.0.0-rc.7

1 year ago

3.0.0-rc.7 - Support for react 18 included

This release has no functional features delivered though it acts as a base for finalising v3.0.0.

  • Support for react 18 included
npm install --save [email protected]

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-rc.1 - Support for Universal JSON Schema

  • This release also acts as a base for other frameworks within Universal Schema to be consumed to deliver seamless experience.

3.0.0-beta.3 - TSConfig Updated

  • This minor release updates tsconfig to compile to es6.
  • This minor release adds support for Material UI Autocomplete Component.
  • Some bug fixes on array schema types.

Next Releases

Demo URL: https://react-jsonschema-form-material-ui.github56.now.sh

Example Usage:

  • Form Schema
{
  "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
        }
    }
}
  • Form Data
{}

3.0.0-rc.6

1 year ago

3.0.0-rc.6 - TSConfig updated for CRA build

This release has no functional features delivered though it acts as a base for finalising v3.0.0.

  • TSConfig is updated for CRA development builds to work
npm install --save [email protected]

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-rc.1 - Support for Universal JSON Schema

  • This release also acts as a base for other frameworks within Universal Schema to be consumed to deliver seamless experience.

3.0.0-beta.3 - TSConfig Updated

  • This minor release updates tsconfig to compile to es6.
  • This minor release adds support for Material UI Autocomplete Component.
  • Some bug fixes on array schema types.

Next Releases

Demo URL: https://react-jsonschema-form-material-ui.github56.now.sh

Example Usage:

  • Form Schema
{
  "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
        }
    }
}
  • Form Data
{}

3.0.0-rc.5

1 year ago

3.0.0-rc.5 - MUI Dependencies updated to 5.8.4

This release has no functional features delivered though it acts as a base for finalising v3.0.0.

  • MUI Dependencies updated to 5.8.4
npm install --save [email protected]

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-rc.1 - Support for Universal JSON Schema

  • This release also acts as a base for other frameworks within Universal Schema to be consumed to deliver seamless experience.

3.0.0-beta.3 - TSConfig Updated

  • This minor release updates tsconfig to compile to es6.
  • This minor release adds support for Material UI Autocomplete Component.
  • Some bug fixes on array schema types.

Next Releases

Demo URL: https://react-jsonschema-form-material-ui.github56.now.sh

Example Usage:

  • Form Schema
{
  "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
        }
    }
}
  • Form Data
{}

3.0.0-rc.4

2 years ago

3.0.0-rc.4 - Validation messages fix

This release has no functional features delivered though it acts as a base for finalising v3.0.0.

  • Adds fix for validation messages
npm install --save [email protected]

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-rc.1 - Support for Universal JSON Schema

  • This release also acts as a base for other frameworks within Universal Schema to be consumed to deliver seamless experience.

3.0.0-beta.3 - TSConfig Updated

  • This minor release updates tsconfig to compile to es6.
  • This minor release adds support for Material UI Autocomplete Component.
  • Some bug fixes on array schema types.

Next Releases

Demo URL: https://react-jsonschema-form-material-ui.github56.now.sh

Example Usage:

  • Form Schema
{
  "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
        }
    }
}
  • Form Data
{}

3.0.0-rc.3

2 years ago

3.0.0-rc.3 - Validation messages fix

This release has no functional features delivered though it acts as a base for finalising v3.0.0.

  • Adds fix for validation messages
npm install --save [email protected]

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-rc.1 - Support for Universal JSON Schema

  • This release also acts as a base for other frameworks within Universal Schema to be consumed to deliver seamless experience.

3.0.0-beta.3 - TSConfig Updated

  • This minor release updates tsconfig to compile to es6.
  • This minor release adds support for Material UI Autocomplete Component.
  • Some bug fixes on array schema types.

Next Releases

Demo URL: https://react-jsonschema-form-material-ui.github56.now.sh

Example Usage:

  • Form Schema
{
  "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
        }
    }
}
  • Form Data
{}

3.0.0-rc.2

2 years ago

3.0.0-rc.2 - Validation messages fix

This release has no functional features delivered though it acts as a base for finalising v3.0.0.

  • Adds fix for validation messages
npm install --save [email protected]

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-rc.1 - Support for Universal JSON Schema

  • This release also acts as a base for other frameworks within Universal Schema to be consumed to deliver seamless experience.

3.0.0-beta.3 - TSConfig Updated

  • This minor release updates tsconfig to compile to es6.
  • This minor release adds support for Material UI Autocomplete Component.
  • Some bug fixes on array schema types.

Next Releases

Demo URL: https://react-jsonschema-form-material-ui.github56.now.sh

Example Usage:

  • Form Schema
{
  "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
        }
    }
}
  • Form Data
{}

3.0.0-rc.1

2 years ago

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.

npm install --save [email protected]

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

  • This minor release updates tsconfig to compile to es6.
  • This minor release adds support for Material UI Autocomplete Component.
  • Some bug fixes on array schema types.

Next Releases

Demo URL: https://react-jsonschema-form-material-ui.github56.now.sh

Example Usage:

  • Form Schema
{
  "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
        }
    }
}
  • Form Data
{}