Skip to content
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

Extend Datepicker's bsDaterangepicker #6633

Open
joelmuskwe opened this issue Jan 18, 2024 · 0 comments
Open

Extend Datepicker's bsDaterangepicker #6633

joelmuskwe opened this issue Jan 18, 2024 · 0 comments

Comments

@joelmuskwe
Copy link

Is your feature request related to a problem? Please describe.

  • Can you please extend the bsDaterangepicker such that when you enable timePicker upon selecting date range it won't close automatically to enable one to also set the time they want.
  • Also extend the bsDaterangepicker such that we can be able to specify the hourStep and minuteStep to be used if the timePicker is enabled.

Describe the solution you'd like

  • make the following property keepDatepickerOpened: true close for bsDaterangepicker when timePicker is enabled.
  • allow hourStep and minuteStep to work with bsConfig for bsDaterangepicker when withTimepicker is enabled or change the withTimepicker to be an object rather than a Boolean such that we can pass a configuration like:
    [bsConfig]="{ withTimepicker: { hourStep: 1, minuteStep: 1 }, }"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant