angulartwitter-bootstraptypescriptng-bootstrapangular-calendar

Stacked ng bootstrap modal lose focus


I have a ng bootstrap modal with an angular-calendar inside of it (https://github.com/mattlewis92/angular-calendar#getting-started) like this:

enter image description here

When I click in a day with a badge I open another modal, but when I close this second modal I can't make scroll in the calendar modal.

How can I fix this?


Solution

  • I had the same bug when trying to stack a ng-bootstrap modal above an other one.

    My fix was to create and use a ng-bootstrap-modal-stack library with a secondary modal.