Skip to content

Commit

Permalink
Fixed #4511
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Feb 6, 2019
1 parent 8f084d8 commit ef5587b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -59,6 +59,7 @@ PrimeFaces.widget.DatePicker = PrimeFaces.widget.BaseWidget.extend({
//Initialize datepicker
this.cfg.panelStyleClass = (this.cfg.panelStyleClass || '') + ' p-datepicker-panel';
this.cfg.viewDate = this.viewDateOption;
this.cfg.appendTo = this.cfg.appendTo ? PrimeFaces.expressions.SearchExpressionFacade.resolveComponentsAsSelector(this.cfg.appendTo) : null;

this.jq.datePicker(this.cfg);

Expand Down

0 comments on commit ef5587b

Please sign in to comment.