You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A dropdown in a navbar is supposed to automatically have its display set to static. It's not the case if the dropdown or an ancestor is guarded by an *ngIf
Link to minimally-working StackBlitz that reproduces the issue:
Bug description:
A dropdown in a navbar is supposed to automatically have its display set to
static
. It's not the case if the dropdown or an ancestor is guarded by an*ngIf
Link to minimally-working StackBlitz that reproduces the issue:
https://stackblitz.com/edit/angular-ljqpmb?file=src%2Fapp%2Fdropdown-navbar.html,src%2Fapp%2Fdropdown-navbar.ts
Make sure to test the two dropdowns with a narrow street, where the navbar is initially collapsed, to see the difference.
Versions of Angular, ng-bootstrap and Bootstrap:
Angular: 16.0.0
ng-bootstrap: 15.0.0
Bootstrap: 5.2.3
The text was updated successfully, but these errors were encountered: