React doesn't render autocomplete off

Yaroslav picture Yaroslav · May 28, 2016 · Viewed 116.4k times · Source

How do I make react render it?

<input
    id={field.name}
    className="form-control"
    type="text"
    placeholder={field.name}
    autocomplete="off"
    {...field}/>

Answer

azium picture azium · May 28, 2016

Capital "C" autoComplete. This is mentioned in the React documentation:

https://facebook.github.io/react/docs/tags-and-attributes.html