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
Is your feature request related to a problem? Please describe.
the config option preventChangeToNextMonth: true should also work for datepicker-inline, the same as daterangepicker-inline. Since it is possible to set displayMonths in the datepicker-inline to more than one.
Describe the solution you'd like
If we set preventChangeToNextMonth: true in the config of <bs-datepicker-inline> it should behave the same as <daterangepicker-inline>
Right now it doesn't prevent the Calendar from jumping to the next month.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
I don't think, that it should work like that.
The preventChangeToNextMonth was a param only for dateRangePicker, at least, when it was developed.
But, my opinion can be kinda outdated, because it's almost 3 years since I'm not working with ngx-bootstrap anymore, so, maybe somebody from the team has some other ideas
Like I said, if you have the displayMonths option, to be more than 1 for the inline picker, it also makes sense to have the preventChangeToNextMonth option. The reasons are the same as for the date range control.
Is your feature request related to a problem? Please describe.
the config option
preventChangeToNextMonth: true
should also work for datepicker-inline, the same asdaterangepicker-inline
. Since it is possible to set displayMonths in thedatepicker-inline
to more than one.Describe the solution you'd like
If we set preventChangeToNextMonth: true in the config of
<bs-datepicker-inline>
it should behave the same as<daterangepicker-inline>
Right now it doesn't prevent the Calendar from jumping to the next month.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: