-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
console error using new bootstrap 4.2.1 #27921
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
Comments
Bug reports must include a live demo of the issue. Per our contributing guidelines, please create a reduced test case via CodePen or JS Bin and report back with your link, Bootstrap version, and specific browser and Operating System details. This is an automated reply |
i am using windows 10 in Chrome browser |
Are you modifying your project or starting form scratch? |
i am modifying my project |
an error will occurred if i am using a dropdown in my page
in the above code in anchor tag if i am used href="#!", href="javascript:" then it occur error in console but if i am using anchor tag without href or href="#" then it will work fine. so can you help me for solving this in bootstrap 4.1.3 it will work fine |
check attached document of sample page |
Thanks for the example. We will get back to you with the solution. |
Here is a fix for the problem. https://codepen.io/anon/pen/JwJWBE Let me know if this works for you |
I don't think that not using The issue is that its pretty common pattern to have anchor open the dropdown, but also have proper |
@pcodedviral you can set your Related to: #27912 It'll be fixed in our next release |
hi sir,
i am using windows 10 in Chrome browser i will develop project with "Bootstrap 4.2.1"
when i am click on any portion of my page it will give error in console
when i am use bootstrap 4.1.3 then no error will display
can you help me solve this
The text was updated successfully, but these errors were encountered: