-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown not working with Bootstrap 4 beta 3 in Angular production app. #25310
Comments
That is not a solution. Looking for a reason instead. |
@ernitishkumar that is the solution. |
Dropdown in navbar do not use Popper.js (in beta 3) so I'm not sure if your error is related to us |
If you can reduce it down to a live demo of Bootstrap's code, we'll happily re-open to investigate and fix. Closing out though as there's nothing specific for us to act on here. |
So you saying I cannot use bootstrap 4 native dropdown in navbar ? and I should be using third party dropdown solution for bootstrap dropdown functionality |
You can but we cannot help you without a live demo of your issue |
no, we're saying: the problem doesn't appear to be with bootstrap, but with angular / the way you're integrating it. |
Same problem on boostrap 4.0.0 |
The following is my html dropdown code i'm using from bootswatch template , I'm using Angular 6, when i click on dropdown arrow, nothing happens, no error in console, please help.
|
try using below path for popper "./node_modules/popper.js/dist/umd/popper.js", |
I am using simple bootstrap with angular when i run project on localhost it properly execute the toogle navbar button shows the list when responsive view is opened . but when i run this project on live server it does not execute please help me to get out of this . i had make project live through git . |
Was this ever resolved ? I am having the same issue |
I have the same issue |
If someone face this issue please create a new issue with a live example of your issue on Stackblitz thanks 👍 Some hints which can help you:
|
Issue description
My dropdown in Navbar is not working with beta 3 build. Earlier it was working with beta 2 in both development mode and production mode.
But after upgrading to Bootstrap beta 3 dropdown has stopped working in production build of Angular 5 but continues to work in development mode.
Every time when I click on my dropdown in production build it get following error in the console.
Uncaught TypeError: n[t] is not a function
As per bootstraps website I have already included popper.min.js before bootstrap.min.js in my angular-cli.json file.
Is there something I am missing or its really a bug in beta 03 ??
The text was updated successfully, but these errors were encountered: