angular material md-datepicker inside bootstrap modal

后端 未结 3 1782
别跟我提以往
别跟我提以往 2021-01-17 16:42

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?

<
3条回答
  •  时光说笑
    2021-01-17 16:42

    I had the same problem, and found that this solution to a similar question actually solved the problem. You just need to add the following style to the HTML code of your modal window:

    
    

    The other upvoted answer to the same question says that you can also modify the angular-material.css file and change the z-index there, but I don't recommend modifying the source files because your change may be reverted if you decide to update the library.

提交回复
热议问题