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

index 959830d..1462ad3 100644 (file)
@@ -416,6 +416,15 @@ Roo.extend(Roo.bootstrap.form.TimeField, Roo.bootstrap.form.Input,  {
         
         
     },
+
+    getValue: function()
+    {
+        return this.hiddenField.value;
+    },
+
+    getRawValue : function(){
+        return this.getValue();
+    },
     
     onMousedown: function(e){
         e.stopPropagation();