ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

Issue with material design. #168

Closed dineshk16feb closed 7 years ago

dineshk16feb commented 7 years ago

I am using with material design like this,

<md-input-container>
    <input mdInput 
      (ngModelChange)="myNgModelChange($event)" 
      [(ngModel)]="myDate" name="date2"
      ng2-datetime-picker date-only="true" 
      [close-on-select]="false" />
</md-input-container>

then next/prev button is not working for month and year.

allenhwkim commented 7 years ago

Please create a plunker example next time, so that I can see and experience what happens.

allenhwkim commented 7 years ago

Fixed