React JS Entrada Autocompletar

<input 
type="text"
autoFocus={true}
autoComplete="off"
/>
Dev Arman