Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To disable browser autocomplete for an input element in React.js, you can set the "autocomplete" attribute to "off" as follows:

<input type="text" name="username" autoComplete="off" />

This will prevent the browser from suggesting previously entered values for the input field.