-
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): allow to select dates from other months #4828
feat(datepicker): allow to select dates from other months #4828
Conversation
Codecov Report
@@ Coverage Diff @@
## development #4828 +/- ##
===============================================
- Coverage 74.72% 74.66% -0.07%
===============================================
Files 273 273
Lines 8336 8347 +11
Branches 1588 1591 +3
===============================================
+ Hits 6229 6232 +3
- Misses 1672 1677 +5
- Partials 435 438 +3
Continue to review full report at Codecov.
|
src/datepicker/themes/bs/bs-daterangepicker-container.component.ts
Outdated
Show resolved
Hide resolved
New Demo for Datepicker Tested in CHrome, FF - latest, looks good. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
closes #4485
closes #3746
A new property for BsConfig was added : selectFromOtherMonth
PR Checklist
Before creating new PR, please take a look at checklist below to make sure that you've done everything that needs to be done before we can merge it.