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

update skipHide to multiple #103

Open sirineJB opened 7 years ago

sirineJB commented 7 years ago

Update the deprecated parameter "skipHide" to "multiple" in displaying overlayed dialogs

hexadecy commented 7 years ago

Duplicate of #92 But I prefer to keep both of them to be backward compatible.

tokidoki11 commented 7 years ago

Has this implemented on 1.5.1? I get this via bower I can see that skipHide has not been updated to multiple. I cannot have multiple dialog

hexadecy commented 7 years ago

@tokidoki11 This repo is not updated often. You can safely use our fork. Our main project is in production running with ng-material-datetimepicker 1.6.2. There is no breaking changes I know of. Major feature is the real 24-hour clock. You can also play with the demo page.

bower install ng-material-datetimepicker

tokidoki11 commented 7 years ago

@hexadecy Thanks mate