We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02fbb9 commit c9b9c32Copy full SHA for c9b9c32
1 file changed
README.md
@@ -49,6 +49,7 @@ import MaterialJsonSchemaForm from 'react-jsonschema-form-material-ui';
49
// Internals
50
const givenSchema = require('./path-to your-schema.json');
51
const givenUISchema = require('./path-to your-ui-schema.json');
52
+const givenXhrSchema = require('./path-to your-xhr-schema.json');
53
const givenFormData = require('./path-to your-ui-formData.json');
54
55
const Example () => {
0 commit comments