Roo/bootstrap/DateSplitField.js
authoredward <edward@roojs.com>
Tue, 19 Apr 2016 05:34:33 +0000 (13:34 +0800)
committeredward <edward@roojs.com>
Tue, 19 Apr 2016 05:34:33 +0000 (13:34 +0800)
Roo/bootstrap/DateSplitField.js

index 7fecbf2..3dc8505 100644 (file)
@@ -210,6 +210,7 @@ Roo.extend(Roo.bootstrap.DateSplitField, Roo.bootstrap.Component,  {
             listeners : {
                 select : function (_self, record, index)
                 {
+                    _this.setValue(_this.getValue());
                     _this.validate();
                 }
             }