logbon72 / angular-material-datetimepicker

Datepicker for Angular Material, mimick's Android's date time picker
https://logbon72.github.io/angular-material-datetimepicker
MIT License
169 stars 123 forks source link

Dialog close automatically after click on picker #120

Open SrengGueckly opened 7 years ago

SrengGueckly commented 7 years ago

I have a form that will pop up when I click on create button, but when I click on mdc-datetime-picker in that form , this form closes automatically, how to solve it?

hexadecy commented 7 years ago

In this version 'skipHide' is used, but it have been deprecated in AM. Now they use 'multiple'. Duplicate of #119.