roojs-bootstrap.js
authorAlan Knowles <alan@roojs.com>
Mon, 8 Feb 2021 02:56:04 +0000 (10:56 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 8 Feb 2021 02:56:04 +0000 (10:56 +0800)
roojs-bootstrap-debug.js
Roo/bootstrap/TimeField.js

Roo/bootstrap/TimeField.js
roojs-bootstrap-debug.js

index 6252d58..0b13b5e 100644 (file)
@@ -341,7 +341,7 @@ Roo.extend(Roo.bootstrap.TimeField, Roo.bootstrap.Input,  {
         
         Roo.each(cls, function(c){
             if(c == 'bottom'){
-                _this.picker().alignTo(_this.inputEl(), 't-b', 10);
+                _this.picker().alignTo(_this.inputEl(),  't-b');
                 
                 //_this.picker().setTop(_this.inputEl().getHeight());
                 return;
index 6eb8003..67f854b 100644 (file)
@@ -22252,7 +22252,7 @@ Roo.extend(Roo.bootstrap.TimeField, Roo.bootstrap.Input,  {
         
         Roo.each(cls, function(c){
             if(c == 'bottom'){
-                _this.picker().alignTo(_this.inputEl(), 't-b');
+                _this.picker().alignTo(_this.inputEl(),  't-b');
                 
                 //_this.picker().setTop(_this.inputEl().getHeight());
                 return;