From 1d25659a05d5bc4f500bd3fd63aa6d8375006d43 Mon Sep 17 00:00:00 2001
From: jhjang <jhjang@maprex.co.kr>
Date: 금, 03 12월 2021 20:11:11 +0900
Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa

---
 src/main/webapp/views/customField/customFieldAdd.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/views/customField/customFieldAdd.html b/src/main/webapp/views/customField/customFieldAdd.html
index 53b129e..0610908 100644
--- a/src/main/webapp/views/customField/customFieldAdd.html
+++ b/src/main/webapp/views/customField/customFieldAdd.html
@@ -112,14 +112,14 @@
                 <input ng-if="vm.form.customFieldType == 'DATETIME'"
                        name="dateTime"
                        class="form-control input-readonly"
+                       placeholder="{{'issue.clickToSelectDate' | translate}}"
                        ng-model="vm.form.defaultValue"
                        modal-form-auto-scroll
                        range-type="singleDate"
-                       onfocus="this.blur()"
                        date-range-picker>
                 <div class="row">
                     <div class="col-xs-12">
-                        <div id="createdWidget" class="bootstrap-datepicker"></div>
+                        <div id="createdWidget" class="bootstrap-datepicker "></div>
                     </div>
                 </div>
 
@@ -205,4 +205,4 @@
                 ng-click="fn.formSubmit()"><span translate="common.save">���옣</span>
         </button>
     </div>
-</div>
+</div>
\ No newline at end of file

--
Gitblit v1.8.0