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:
autoComplete
https://facebook.github.io/react/docs/tags-and-attributes.html
2.1m questions
2.1m answers
60 comments
57.0k users