Since Dropdown and its items are often used in Nav. It would be helpful if there's an built-in way to show/hide menus/items based on app logic (for example $currentUser->isGuest()).
Additionaly, it would add consistency with NavLink: https://github.com/yiisoft/bootstrap5/blob/master/src/NavLink.php#L378
Since
Dropdownand its items are often used inNav. It would be helpful if there's an built-in way to show/hide menus/items based on app logic (for example$currentUser->isGuest()).Additionaly, it would add consistency with
NavLink: https://github.com/yiisoft/bootstrap5/blob/master/src/NavLink.php#L378