client/HTML
페이지 리로딩시에도 남아있는 input의 텍스트를 지우는 방법
void
2020. 7. 22. 10:00
// input 태그에 autocomplete="off" 삽입
<input type="text" class="table__search-input" autocomplete="off">
출처 : https://stackoverflow.com/questions/38799096/clear-input-fields-on-page-refresh-microsoft-edge