상세 컨텐츠

본문 제목

[DOM] html 태그 input type="password" 관련 경고 메시지

갭알/JS & JQUERY

by ranlan 2021. 8. 26. 16:27

본문

728x90

비밀번호 입력을 위해 <input type="password"> 태그를 썼을 때 로그에 남는 경고메시지들 해결하기

 

 

form 태그

Password is not contained in a form.

-> input 태그를 form 태그로 감싸면 쉽게 해결

 

 

autocomplete 

Input elements should have autocomplete attributes.

-> input 태그나 위에서 추가한 form 태그에 아래와 같이 속성을 추가하여 자동완성 기능 해제

autocomplete="off"

 

728x90

관련글 더보기

댓글 영역