Commit b02f3abe authored by jiyunlim's avatar jiyunlim

[임지연/이모션] [상품상세] 자급제/쓰던폰 작업-input란 숫자제한 추가

parent 0526eeab
......@@ -88,7 +88,7 @@ process : 자급제폰 정보
<div class="form-group">
<span class="c-input">
<!-- [D] 검색어 입력시 btn-delete 호출 -->
<input type="text" placeholder="휴대폰 식별번호(IMEI) 15자리를 입력해 주세요." title="휴대폰 식별번호(IMEI) 15자리를 입력해 주세요." class="input">
<input type="text" placeholder="휴대폰 식별번호(IMEI) 15자리를 입력해 주세요." title="휴대폰 식별번호(IMEI) 15자리를 입력해 주세요." maxlength="15" class="input">
</span>
</div>
</div>
......@@ -104,7 +104,7 @@ process : 자급제폰 정보
<div class="form-group">
<span class="c-input">
<!-- [D] 검색어 입력시 btn-delete 호출 -->
<input type="text" placeholder="Wi-Fi MAC 주소 12자리를 입려해주세요." title="Wi-Fi MAC 주소 12자리를 입려해주세요." class="input">
<input type="text" placeholder="Wi-Fi MAC 주소 12자리를 입려해주세요." title="Wi-Fi MAC 주소 12자리를 입려해주세요." maxlength="12" class="input">
</span>
</div>
<div class="dsc-list-wrap">
......
......@@ -158,7 +158,8 @@ process : 옵션/혜택
<div class="opt-group-con">
<div class="form-group">
<span class="c-input">
<input type="text" placeholder="- 없이 숫자만 입력해 주세요" title="휴대폰 번호입력" class="input">
<!-- [D] input 영역 숫자만 입력 해야 할 경우 numberOnly 추가 -->
<input type="text" placeholder="- 없이 숫자만 입력해 주세요" numberOnly maxlength="11" title="휴대폰 번호입력" class="input">
</span>
<button type="button" class="btn-extra">인증</button>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment