creativetimofficial / ct-paper-dashboard-pro-angular

9 stars 11 forks source link

[Bug] No time/datetime picker #34

Open rajanbharti opened 5 years ago

rajanbharti commented 5 years ago

Version

1.2.0

Reproduction link

https://demos.creative-tim.com/paper-dashboard-pro-angular/#/forms/extended

Operating System

Mac OS

Device

Macbook pro 2018

Browser & Version

chrome

Steps to reproduce

  1. click on datetime field
  2. it shows only date picker, there is no time picker

    What is expected?

    There should be time picker or combined datetime picker

    What is actually happening?

    there is only date picker


Solution

Additional comments

rajanbharti commented 5 years ago

@chelaruc any update on this?

chelaruc commented 5 years ago

Hi @rajanbharti. We will update one of the datepickers to have the timepicker on the footer. If you need it now, you can try to implement it using https://ng-bootstrap.github.io/#/components/datepicker/examples#footertemplate and in the footer implement https://ng-bootstrap.github.io/#/components/timepicker/examples. Best, Ciprian