How do I make react render it?
<input
id={field.name}
className="form-control"
type="text"
placeholder={field.name}
autocomplete="off"
{...field}/>
Capital "C" autoComplete
. This is mentioned in the React documentation:
https://facebook.github.io/react/docs/tags-and-attributes.html