|
@@ -27,7 +27,7 @@
|
|
|
<form id="searchMainForm" name="searchMainForm">
|
|
<form id="searchMainForm" name="searchMainForm">
|
|
|
<input type="hidden" name="brandGroupNo" th:value="${brandGroupNo}"/>
|
|
<input type="hidden" name="brandGroupNo" th:value="${brandGroupNo}"/>
|
|
|
<div class="sch_title">
|
|
<div class="sch_title">
|
|
|
- <input type="text" class="form_control" name="keyword" placeholder="검색어를 입력하세요." onkeyup="fnOnkeyupKeyword(this);">
|
|
|
|
|
|
|
+ <input type="text" class="form_control" name="keyword" placeholder="검색어를 입력하세요." autocomplete="off" onkeyup="fnOnkeyupKeyword(this);">
|
|
|
<button type="button" class="btn_x" id="deleteKeyword" style="display:none;">X</button>
|
|
<button type="button" class="btn_x" id="deleteKeyword" style="display:none;">X</button>
|
|
|
<button type="button" class="btn_sch" id="btnSearchKeyword"><img src="/images/mo/ico_btn_search.png" alt=""></button>
|
|
<button type="button" class="btn_sch" id="btnSearchKeyword"><img src="/images/mo/ico_btn_search.png" alt=""></button>
|
|
|
</div>
|
|
</div>
|