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

Click outside to close not working #112

Open turbobuilt opened 7 years ago

turbobuilt commented 7 years ago

Hello, and thank you so much for making this awesome date time picker!

I looked through the code and "clickOutsideToClose" is set to true, but for some reason, even in the demos here https://logbon72.github.io/angular-material-datetimepicker/ when you click outside, the dialog doesn't close. Do you know why?

hexadecy commented 7 years ago

Only the mdcDateTimeDialog Service have the clickOutsideToClose set to true. We should probably expose this attribute and clickOutsideToClose : default false. As normal user click outside by accident.