alenaksu / mdPickers

Material Design date/time pickers for Angular Material
MIT License
293 stars 216 forks source link

Can't be used within md-dialog #186

Open SimonSimCity opened 7 years ago

SimonSimCity commented 7 years ago

Since this library uses the directive md-dialog to show the window to choose the date or time from, it's not possible to use it within a dialog. If I try so, my dialog is closed before the date-select or time-select dialog is opened.

LoganDupont commented 7 years ago

Dupe of #178

dpoetzsch commented 7 years ago

If you want you can use my fork for now https://github.com/dpoetzsch/md-pickers. It has merged pull request #189 which should fix this issue. For details on the fork see #192.

JakeLardinois commented 7 years ago

Thanks dpoetzsch!