카테고리 없음
[HTML] Input 자동완성 목록 기능 안보이게 하기
연듀
2021. 7. 29. 20:50
input 태그에서 비활성화
<input type="text" autocomplete="off" />
form 태그에서 비활성화
<form autocomplete="off">
<input type="text" />
</form>
반응형