I am tring to use Angular material md-datepicker inside a Bootstrap modal but, on clicking the date the modal popup hides. How can i solve that problem?
md-datepicker
The working solution for me with @angular/material 5.2.4 is to add my css file following part.
.cdk-overlay-container { z-index: 1200; }