Roo/bootstrap/MonthField.js
authorEdward <edward@roojs.com>
Mon, 31 Aug 2015 05:59:56 +0000 (13:59 +0800)
committerEdward <edward@roojs.com>
Mon, 31 Aug 2015 05:59:56 +0000 (13:59 +0800)
Roo/bootstrap/MonthField.js

index d880936..e05d25d 100644 (file)
@@ -128,6 +128,7 @@ Roo.extend(Roo.bootstrap.MonthField, Roo.bootstrap.Input,  {
         this.vIndex = Roo.bootstrap.MonthField.dates[this.language].monthsShort.indexOf(html);
         
         this.setValue(Roo.bootstrap.MonthField.dates[this.language].months[this.vIndex]);
+        
         this.hide();
                         
     },