Explorar o código

Merge branch 'fix/xForm_calendar_mobile' into 'develop'

[表单组件]修复手机端日期选择描述选择问题

See merge request o2oa/o2oa!648
胡起 %!s(int64=5) %!d(string=hai) anos
pai
achega
496af3ebf5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      o2web/source/x_component_process_Xform/Calendar.js

+ 1 - 1
o2web/source/x_component_process_Xform/Calendar.js

@@ -18,7 +18,7 @@ MWF.xApplication.process.Xform.Calendar = MWF.APPCalendar =  new Class({
             this.descriptionNode.addEvents({
                 "mousedown": function(){
                     this.descriptionNode.setStyle("display", "none");
-                    this.clickSelect();
+                    //this.clickSelect();
                 }.bind(this)
             });
         }