-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(datepicker): disable specified days of week #2744
feat(datepicker): disable specified days of week #2744
Conversation
Codecov Report
@@ Coverage Diff @@
## development #2744 +/- ##
===============================================
- Coverage 65.03% 65.01% -0.03%
===============================================
Files 210 210
Lines 5691 5696 +5
Branches 1000 1002 +2
===============================================
+ Hits 3701 3703 +2
- Misses 1724 1727 +3
Partials 266 266
Continue to review full report at Codecov.
|
Anybody know is that PR would be merged? |
tested, looks good |
thanks a lot! :) |
@valorkin , What if we want to disable specific dates in each month ? |
added
dayDisabled
prop that accepts an array of integers (0=Sunday, ..., 6=Saturday) and disables the corresponding days of the week.