diff --git a/bi/base.js b/bi/base.js index bd50dc576..887230249 100644 --- a/bi/base.js +++ b/bi/base.js @@ -17960,6 +17960,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { setValue: function (value) { this.content.element.val(value); + this._checkWaterMark(); }, setStyle: function (style) { diff --git a/bi/widget.js b/bi/widget.js index 52b58fb3b..27e06a1d8 100644 --- a/bi/widget.js +++ b/bi/widget.js @@ -5222,7 +5222,7 @@ BI.DatePaneWidget = BI.inherit(BI.Widget, { direction: "top", element: this, logic: { - dynamic: true + dynamic: false }, type: "bi.navigation", tab: this.datePicker, @@ -5250,7 +5250,7 @@ BI.DatePaneWidget = BI.inherit(BI.Widget, { var calendar = BI.createWidget({ type: "bi.calendar", logic: { - dynamic: true + dynamic: false }, min: this.options.min, max: this.options.max, diff --git a/dist/base.js b/dist/base.js index bd50dc576..887230249 100644 --- a/dist/base.js +++ b/dist/base.js @@ -17960,6 +17960,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { setValue: function (value) { this.content.element.val(value); + this._checkWaterMark(); }, setStyle: function (style) { diff --git a/dist/widget.js b/dist/widget.js index 52b58fb3b..27e06a1d8 100644 --- a/dist/widget.js +++ b/dist/widget.js @@ -5222,7 +5222,7 @@ BI.DatePaneWidget = BI.inherit(BI.Widget, { direction: "top", element: this, logic: { - dynamic: true + dynamic: false }, type: "bi.navigation", tab: this.datePicker, @@ -5250,7 +5250,7 @@ BI.DatePaneWidget = BI.inherit(BI.Widget, { var calendar = BI.createWidget({ type: "bi.calendar", logic: { - dynamic: true + dynamic: false }, min: this.options.min, max: this.options.max,