Closed vforv closed 3 years ago
I trying to generate new FieldControl from props, but props late inside FormGroup component.
For example if I do like this:
<FieldGroup control={this.fg} render={({ get, invalid }) => { console.log(this.props.formFields)
this.props.formFields will show previous value not current one
Set strict prop as false in FieldGroup
strict
false
FieldGroup
I trying to generate new FieldControl from props, but props late inside FormGroup component.
For example if I do like this:
this.props.formFields will show previous value not current one