Closed sred36 closed 6 years ago
Hey @sred36
I think you're getting the data in this.props.dbList
but unable to re-render the field control because of the strict
property which is set to true
( default ) for performance reasons.
Use it like that
<FieldControl
name="dbname"
strict={false}
/>
it is working now,when i use like this
<FieldGroup
strict={false}
/>
Thanks lot..
👍
this.props.dbList iam receiveing props from API But i am not able to print inside the FieldControl But i can able to print in render method not in form,Can you provide some examples to inject props into FiedComtrol <FieldGroup control={this.mssqlForm} render={({ get, invalid }) => (