We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55b5b69 + 6bd797b commit 890ecf1Copy full SHA for 890ecf1
src/views/email-exchange/administration/AddContact.jsx
@@ -43,7 +43,7 @@ const AddContact = () => {
43
onSubmit={onSubmit}
44
render={({ handleSubmit, submitting, values }) => {
45
return (
46
- <CForm onSubmit={handleSubmit}>
+ <CForm onSubmit={handleSubmit} autoComplete="off">
47
<CRow>
48
<CCol md={8}>
49
<RFFCFormInput type="text" name="displayName" label="Display Name" />
0 commit comments