From: edward Date: Tue, 8 Aug 2017 09:26:43 +0000 (+0800) Subject: Roo/bootstrap/DateField.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=54282c8df990a20c01096865ea75a8aa234a1ee7;p=roojs1 Roo/bootstrap/DateField.js --- diff --git a/Roo/bootstrap/DateField.js b/Roo/bootstrap/DateField.js index 97a4ef1bb2..36e6e016ef 100644 --- a/Roo/bootstrap/DateField.js +++ b/Roo/bootstrap/DateField.js @@ -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) {