Roo/bootstrap/Input.js
authorEdward <edward@roojs.com>
Wed, 1 Aug 2018 04:50:22 +0000 (12:50 +0800)
committerEdward <edward@roojs.com>
Wed, 1 Aug 2018 04:50:22 +0000 (12:50 +0800)
Roo/bootstrap/Input.js

index 19399e3..b8f1a31 100644 (file)
@@ -623,6 +623,7 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component,  {
             this.after.render(this.el.select('.roo-input-after',true).first());
         }
         
+        this.inputEl().on('change', this.onChange, this);
         
     },
     filterValidation : function(e){