This website works better with JavaScript.
Home
Explore
Help
Sign In
alex
/
PNSPS-frontend-MaterialUI
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix autoFocus
CR003
Alex Cheung
1 year ago
parent
51462e8283
commit
e5614037b8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/pages/User/ChangePasswordPage/index.js
+ 1
- 1
src/pages/User/ChangePasswordPage/index.js
View File
@@ -262,7 +262,7 @@ const Index = () => {
<Grid item xs={12} md={12} lg={12}>
<TextField
fullWidth
autoFocus
//
autoFocus
onChange={(e) => {
formik.handleChange(e);
changePassword(e.target.value);
Write
Preview
Loading…
Cancel
Save