Roo/bootstrap/Input.js
authoredward <edward@roojs.com>
Tue, 8 Aug 2017 10:24:34 +0000 (18:24 +0800)
committeredward <edward@roojs.com>
Tue, 8 Aug 2017 10:24:34 +0000 (18:24 +0800)
Roo/bootstrap/Input.js

index ff9e052..db3e413 100644 (file)
@@ -631,6 +631,8 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component,  {
         if(e.isNavKeyPress()){
             this.fireEvent("specialkey", this, e);
         }
+        
+        this.fireEvent("keydown", this, e);
     },
     focus : function (selectText){
         if(this.rendered){