Dropdown menus inside the ".navbar" tag are not in popper.js control. Does anyone know why?
bootstrap.js
this._inNavbar = this._detectNavbar();
line: 1674
// Disable totally Popper.js for Dropdown in Navbar
if (!this._inNavbar && usePopper) {
// ..........
}
line: 1722