We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
version 4.0.0-alpha.6
event.preventDefault is called regardless of whether a target is found. In case no target exists, it prevents other code from being executed
https://codepen.io/anon/pen/eRvgYq
The text was updated successfully, but these errors were encountered:
Fixed in our current code base see : https://github.com/twbs/bootstrap/blob/v4-dev/js/src/collapse.js#L364 And in Alpha6 : https://github.com/twbs/bootstrap/blob/v4.0.0-alpha.6/js/src/collapse.js#L360
Sorry, something went wrong.
No it is not, have you tried it?
Yes my bad 👍
No branches or pull requests
version 4.0.0-alpha.6
event.preventDefault is called regardless of whether a target is found.
In case no target exists, it prevents other code from being executed
https://codepen.io/anon/pen/eRvgYq
The text was updated successfully, but these errors were encountered: