Selaa lähdekoodia

fix autoFocus

CR003
Alex Cheung 1 vuosi sitten
vanhempi
commit
e5614037b8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/pages/User/ChangePasswordPage/index.js

+ 1
- 1
src/pages/User/ChangePasswordPage/index.js Näytä tiedosto

@@ -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);


Ladataan…
Peruuta
Tallenna