react-jsonschema-form-pagination
react-jsonschema-form-pagination copied to clipboard
Hello, This PR is supposed to fix #44 I've added an unit-test for that case
Hello. I`am trying to use schemas like this: ``` jsonschema: { type: "object", properties: { field1: { type: "object", properties: { nestedField1: { title: "schema id", type: "string" }, nestedField2:...
@mavarazy this seems to be a pretty good way to do pagination. Would you be interested in merging this back upstream into https://github.com/mozilla-services/react-jsonschema-form? Related to https://github.com/mozilla-services/react-jsonschema-form/issues/1157
I really like this work! But we need to get schema and uischema from database, so we start with empty schema:{} in state and in componentDidMount we update this.state.schema with...
This mostly is for array items, which do not get the label hide objects do. When this isn't available, a nav tab containing array items will display the default uiSchema...
Hello, First of all, thank you very much for the nice package, which has already saved us a considerable amount of time. Currently, `shouldComponentUpdate()` seems to return `true` only when...
Fixed required star coming on hidden fields and required star coming up first and color of first required star not being red
Fix empty type checking to enable widgets for type object in schema
When we create a nested schema that employs a widget multiple times (not needed to give the same one multiple times) and provide a UI order for the inner schema,...