Roo/bootstrap/DateField.js
authoredward <edward@roojs.com>
Tue, 8 Aug 2017 09:26:43 +0000 (17:26 +0800)
committeredward <edward@roojs.com>
Tue, 8 Aug 2017 09:26:43 +0000 (17:26 +0800)
Roo/bootstrap/DateField.js

index 97a4ef1..36e6e01 100644 (file)
@@ -147,7 +147,7 @@ Roo.extend(Roo.bootstrap.DateField, Roo.bootstrap.Input,  {
         this.isInput = true;
         this.component = this.el.select('.add-on', true).first() || false;
         this.component = (this.component && this.component.length === 0) ? false : this.component;
-        this.hasInput = this.component && this.inputEL().length;
+        this.hasInput = this.component && this.inputEl().length;
         
         if (typeof(this.minViewMode === 'string')) {
             switch (this.minViewMode) {