The datepicker opens an input above it, but that doesn't seem to have any effect in selecting dates or inserting data.
I've tried even with the demos provided in the documentation, so, is that it? It does not accept user input at all or am I doing something wrong?
If you are using this datepicker then enter the value according to date format(nz-Format)(MANUALLY).
<nz-form-label [nzSpan]="5" nzRequired>Date</nz-form-label>
<nz-form-control [nzSpan]="5" nzHasFeedback nzErrorTip="Please choose Date">
<nz-date-picker nzShowTime formControlName="date" nzFormat="yyyy-MM-dd HH:mm:ss"
nzPlaceHolder="Select Date time"></nz-date-picker>
</nz-form-control>
</nz-form-item>