valor-software / ngx-bootstrap

Fast and reliable Bootstrap widgets in Angular (supports Ivy engine)
https://valor-software.com/ngx-bootstrap
MIT License
5.52k stars 1.69k forks source link

is any way to multiple selection on single datepicker modal #4832

Open Ketan-Infyom opened 5 years ago

Ketan-Infyom commented 5 years ago

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.

MilaLysenko commented 5 years ago

Thanks for you question but for now this possibility doesn't exist.

darkguy2008 commented 5 years ago

@MilaLys well, yeah, it doesn't exist, but it's a feature request. I'm also looking for this...

Domainv commented 5 years ago

reopened as feature-request

TheGhostFish commented 5 years ago

Looking for this too.

richarddavenport commented 5 years ago

@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.

deejing commented 4 years ago

Maybe like this? https://stackblitz.com/edit/angular-x6uv1f

roxor1909 commented 4 years ago

But @deejing your solution is only working with ngx-bootstrap: 5.5.0 :( Not with the latest version.

casper5822 commented 3 years ago

Hello, Is there any new about this feature?

nurbasss commented 9 months ago

Is there any updates? I'm looking for that feature too

aleksander351 commented 5 months ago

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.