0

I am not able to figure out how to get going with Datetime picker on ng2-admin. I have tried and got it displaying such as in the attached picture: enter image description here

Two problems I am stuck with are:

  1. Why does the control not displaying full?
  2. The clicking on the icon is not working, no errors in the console either.

Someone if can share some information on this please.

JRG
  • 4,037
  • 3
  • 23
  • 34
Yoku
  • 307
  • 5
  • 16

1 Answers1

1

After trying various other options I resorted to very simple HTML5 that solved my problem for now. I used following instead:
<input type="datetime-local" class="form-control" formControlName="arrivedat" class="form-control" id="input03">.
It is working pretty decently
enter image description here

humbly requesting, if someone finds some better solution (doing it with material is my target) please share it.

Yoku
  • 307
  • 5
  • 16