반응형
<input type="text" autocomplete="off"/> <- 직접 기술한 건 잘못된 예


<input type="text" onfocus="this.setAttribute('autocomplete', 'off');"   /> <- 올바른 방법

Posted by 1010