react-native-form-generator icon indicating copy to clipboard operation
react-native-form-generator copied to clipboard

Fix immutable values

Open dchersey opened this issue 7 years ago • 0 comments

The first change to the form values (using Picker) works; subsequent ones complain about values being frozen/immutable.

This PR avoids mutating the form values on change.

dchersey avatar Sep 27 '18 19:09 dchersey