angular-material-datetimepicker icon indicating copy to clipboard operation
angular-material-datetimepicker copied to clipboard

Click outside to close not working

Open turbobuilt opened this issue 7 years ago • 1 comments

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?

turbobuilt avatar Jun 28 '17 19:06 turbobuilt

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.

hexadecy avatar Jun 29 '17 03:06 hexadecy