|
|
@@ -67,7 +67,8 @@
|
|
|
<label class="input_label sr-only">생년월일 8자리 (예:19880912)</label>
|
|
|
<div class="ui_col_12">
|
|
|
<div class="input_wrap">
|
|
|
- <input type="number" pattern="\d*" name="birthYmd" placeholder="생년월일 8자리 (예:19880912)" id="birthYmd" class="form_control" maxlength="8" data-valid-type="numeric"/>
|
|
|
+ <input type="text" name="birthYmd" placeholder="생년월일 8자리 (예:19880912)" id="birthYmd" class="form_control" maxlength="8" data-valid-type="numeric">
|
|
|
+<!-- <input type="number" pattern="\d*" name="birthYmd" placeholder="생년월일 8자리 (예:19880912)" id="birthYmd" class="form_control" maxlength="8" data-valid-type="numeric"/>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|