Roo/bootstrap/form/TimeField.js
authorleon <leon@roojs.com>
Wed, 9 Aug 2023 06:46:16 +0000 (14:46 +0800)
committerleon <leon@roojs.com>
Wed, 9 Aug 2023 06:46:16 +0000 (14:46 +0800)
Roo/bootstrap/form/TimeField.js

index 1f086f0..78b1197 100644 (file)
@@ -440,11 +440,12 @@ Roo.extend(Roo.bootstrap.form.TimeField, Roo.bootstrap.form.Input,  {
         return (typeof(v) == 'undefined') ? false : v;
     },
 
-    setValue: function(v)
-    {
-        this.value = this.hiddenField.value =  '';
-        var v = this.time.format(this.format);
-    },
+    // setValue: function(v)
+    // {
+
+    //     this.value = this.hiddenField.value =  '';
+    //     var v = this.time.format(this.format);
+    // },
 
     getValue: function()
     {