Skip to content

Commit e1c9d5b

Browse files
Merge branch 'master' of https://github.com/surveyjs/widgets
2 parents cced25a + 588e764 commit e1c9d5b

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)