본문 바로가기
💻CODING/react. vue

[react] [DOM] Input elements should have autocomplete attributes (suggested: "current-password") 오류 해결

by 코딩하는 갓디노 2021. 11. 23.

[DOM] Input elements should have autocomplete attributes (suggested: "current-password") 오류 해결

 

react에서 form, input 박스를 사용하던 중 위와 같은 에러가 나왔습니다. 

오류 메시지

 

오류 해결

<input type="password" name="password" autoComplete="on" />
반응형

댓글