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
API changes
===
Added new property `modifiers`.
Implemented default `disabled` modifier.
Disabled days validation and display for `DateInput` and `DateRangeInput` components can be implemented by validation at parent component level and passing validation result to `isValid` property.
For validation use `import { ModifiersUtils } from @opuscapita/react-dates`.
See component documentation for details.
Add the same possibilities as it is available in react-day-picker disabledDays. This possibility should be available in the following components:
The text was updated successfully, but these errors were encountered: