Skip to content

Commit

Permalink
Fix primefaces#3777: Calendar console warning about invalid props
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Dec 12, 2022
1 parent 5c55ec8 commit 76b31e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/lib/calendar/Calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -3317,6 +3317,7 @@ Calendar.defaultProps = {
disabledDates: null,
disabledDays: null,
footerTemplate: null,
formatDateTime: null,
headerTemplate: null,
hideOnDateTimeSelect: false,
hourFormat: '24',
Expand Down Expand Up @@ -3353,6 +3354,7 @@ Calendar.defaultProps = {
onVisibleChange: null,
panelClassName: null,
panelStyle: null,
parseDateTime: null,
placeholder: null,
readOnlyInput: false,
required: false,
Expand Down

0 comments on commit 76b31e8

Please sign in to comment.