FormField mutates fieldinfos
Closed this issue · 1 comments
dustingetz commented
This defaults call mutates
var fieldInfo = _.defaults(this.props.fieldInfo, {
readOnly: false,
disabled: false,
label: '',
helpText: ''
});
dustingetz commented
Fix is to just add an initial {} for _.defaults to write into. You guys fix this, I'm too diverged