Skip to content

Commit b9102b3

Browse files
committed
Work for the https://surveyjs.answerdesk.io/ticket/details/T1130 - support placeHolder in a matryx column
1 parent fafb082 commit b9102b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jquery-ui-datepicker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ function init(Survey, $) {
102102
}
103103
};
104104

105+
Survey.matrixDropdownColumnTypes.datepicker = { properties: ["placeHolder"] };
105106
Survey.CustomWidgetCollection.Instance.addCustomWidget(widget, "customtype");
106107
}
107108

0 commit comments

Comments
 (0)