bereaksi input JS autocomplete off

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