Redux form defaultValue
问题 How to set defaultValue to input component? <Field name={`${prize}.rank`} defaultValue={index} component={Input} type='text'/> I tried like above but my fields are empty. I'm trying to create fieldArray (dynamic forms): {fields.map((prize, index) => <div key={index} className="fieldArray-container relative border-bottom" style={{paddingTop: 35}}> <small className="fieldArray-title marginBottom20">Prize {index + 1} <button type="button" title="Remove prize" className="btn btn-link absolute