You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/form-datepicker/package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,11 @@
95
95
"prop": "dateDisabledFn",
96
96
"description": "Set to a function reference which returns `true` if the date is disabled, or `false` if the date should be enabled. See documentation for details"
97
97
},
98
+
{
99
+
"prop": "dateInfoFn",
100
+
"version": "2.12.0",
101
+
"description": "Set to a function reference which returns a class (string), or classes (array of strings) to apply to the date cell. See calendar documentation for details. Passed through to the child calendar component"
102
+
},
98
103
{
99
104
"prop": "hideHeader",
100
105
"description": "When `true`, visually hides the selected date header"
0 commit comments