Skip to content

Commit 588e764

Browse files
committed
1 parent eecf571 commit 588e764

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/jquery-ui-datepicker.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ function init(Survey, $) {
3535
? $(el)
3636
: $(el).find(".widget-datepicker");
3737
var config = question.config || {};
38+
if (!!question.placeHolder) {
39+
$el.attr("placeholder", question.placeHolder);
40+
}
3841
if (config.dateFormat === undefined) {
3942
config.dateFormat = !!question.dateFormat
4043
? question.dateFormat

0 commit comments

Comments
 (0)