Skip to content

Commit

Permalink
Use new function
Browse files Browse the repository at this point in the history
  • Loading branch information
jepsar committed Mar 18, 2024
1 parent 64df5a0 commit c5bb255
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ PrimeFaces.widget.DatePicker = PrimeFaces.widget.BaseWidget.extend({

// #7457 trigger view change if lazy model is used
if ($this.cfg.lazyModel) {
$this.fireViewChangeEvent($this.getViewDate());
$this.updateLazyModel();
}
};
}
Expand Down

0 comments on commit c5bb255

Please sign in to comment.