How can I disable autocompleting form with credentials in semantic-ui-react? Tried this but it does not work
import { Form } from 'semantic-ui-react';
<Form autoComplete="off">
....
</Form>
<Form autoComplete="off">
</Form>
WOrks for me... Shouldn't be an issue
I don't think you can put autoComplete
on Form
.
Instead try it on either Form.Group
or on each Input
.
It should work. It works on mine when I tested it on my application. So it's not a problem with semantic-ui-react.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With