angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.28k stars 6.73k forks source link

Datepicker popup box when click on month, another popup box is stacked #6530

Closed tarekahf closed 7 years ago

tarekahf commented 7 years ago

I implemented datepicker in my project, and after a while, I noticed that when I open the popup box, and click on the month to change to another month, another popup window is displayed on top of the existing popup. See snapshot below to get more details:

image

Originally, when I click on the month, the current popup should disappear, and another popup should show to select the new month.

Tarek

tarekahf commented 7 years ago

Please delete this issue. I created a new one with more details. Thanks.