Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit e45580f

Browse files
autocomplete off
1 parent 7c3cdfa commit e45580f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/pages/Course/ApplyModal.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ export default function ApplyModal({ fullWidth = false, ...rest }) {
116116
</DialogContentText>
117117
<ValidatorForm onSubmit={handleSubmit}>
118118
<TextValidator
119+
autoComplete={false}
119120
required
120121
key="name"
121122
className={classes.textField}
@@ -167,6 +168,7 @@ export default function ApplyModal({ fullWidth = false, ...rest }) {
167168

168169
<Grid item xs={10}>
169170
<TextValidator
171+
autoComplete={false}
170172
required
171173
key="contact"
172174
className={classes.textField}

0 commit comments

Comments
 (0)