react-jsonschema-form
react-jsonschema-form copied to clipboard
Form is reset if setState is called in a Component
Documentation read, yes!
Description
It looks the form is (wrongly) reset if some internal state changes within a component. Consider the following example https://jsfiddle.net/fab1en/954uLrrL/1/
- Edit the form
- Hit the second button which update some foo internal state
- Notice how the original value is reset in the form.
Form should not be reset like that. Am I missing something?