We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 688fde7 + 9906139 commit 1246c7aCopy full SHA for 1246c7a
src/jquery-ui-datepicker.js
@@ -35,7 +35,7 @@ function init(Survey, $) {
35
? $(el)
36
: $(el).find(".widget-datepicker");
37
var isSelecting = false;
38
- var config = question.config || {};
+ var config = $.extend(true, {}, question.config || {});
39
if (!!question.placeHolder) {
40
$el.attr("placeholder", question.placeHolder);
41
}
0 commit comments