diff --git a/src/widget/datepane/datepanenotselectday.js b/src/widget/datepane/datepanenotselectday.js index 56a4e4257..e4988c4e9 100644 --- a/src/widget/datepane/datepanenotselectday.js +++ b/src/widget/datepane/datepanenotselectday.js @@ -39,7 +39,7 @@ BI.DatePaneWidget = BI.inherit(BI.Widget, { direction: "top", element: this, logic: { - dynamic: true + dynamic: false }, type: "bi.navigation", tab: this.datePicker, @@ -67,7 +67,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,