react-jsonschema-form-pagination icon indicating copy to clipboard operation
react-jsonschema-form-pagination copied to clipboard

schema passed from componentDidMount not update

Open net-system opened this issue 5 years ago • 0 comments

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?

net-system avatar Nov 04 '19 12:11 net-system