ngx-bootstrap
ngx-bootstrap copied to clipboard
is any way to multiple selection on single datepicker modal
is their a way to activate multi-select in datepicker of ng2-bootstrap on single calendar (not a date range) ? which can give array of selected dates.
Thanks for you question but for now this possibility doesn't exist.
@MilaLys well, yeah, it doesn't exist, but it's a feature request. I'm also looking for this...
reopened as feature-request
Looking for this too.
@TheGhostFish @darkguy2008 @Ketan-Infyom I need something like this also. Curious about your requirements. For mine, I need the user to pick a date, but we need to display a future date (5 business days into the future) so they are aware of that future date. Hacking on the date range picker right now is my only option. One easy solution would be an event when the user picks the first date, and we can programmatically pick the "future" date for them, but only show the date they picked in the input box.
Maybe like this? https://stackblitz.com/edit/angular-x6uv1f
But @deejing your solution is only working with ngx-bootstrap: 5.5.0 :( Not with the latest version.
Hello, Is there any new about this feature?
Is there any updates? I'm looking for that feature too
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
.