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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ i.e.
185
185
| minDate |`Moment\|String`|`undefined`| This is a validation rule, if the selected date will be before `minDate` the containing form will be invalid. Note: if provided as string format configuration should be provided in the config object. |
186
186
| maxDate |`Moment\|String`|`undefined`| This is a validation rule, if the selected date will be after `maxDate` the containing form will be invalid. Note: if provided as string format configuration should be provided in the config object. |
187
187
| theme |`String`|`''`| Theme is a class added to the popup container (and inner components) - this will allow styling of the calendar when it's appended to outer element (for example - body). There is a built in theme named dp-material, you can find it in the demo. |
188
-
| config |`IDayPickerConfig`| See Below | Configuration object - see description below. |
188
+
| config |`IDayCalendarConfig`| See Below | Configuration object - see description below. |
0 commit comments