DEV/HTML
input 자동 완성 막기
modric
2017. 11. 30. 10:39
#부분 자동 완성 막기
<input autocomplete="new-password" type=""> //크롬에서 작동
<input autocomplete="off" type=""> //익스플로러 전용
#Form 자동 완성막기
<form autocomplete="new-password">
<form autocomplete="off">