RXNT / react-jsonschema-form-pagination

Apache License 2.0
22 stars 14 forks source link

schema passed from componentDidMount not update #49

Open net-system opened 4 years ago

net-system commented 4 years ago

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 object. But there's no update in rendered form.

Is there another way to update schema in react lifecicle and then get rendered pagination updated?