-
Notifications
You must be signed in to change notification settings - Fork 47.7k
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
jquery-bootstrap example uses handleHidden
which does not exist
#5959
Labels
Comments
@TheBlasfem you beat me to it haha! I noticed though that your fix doesn't address the fact that no event listener was added for the 'hidden' event to begin with. Also, the event name is actually |
nice catch @MarkMurphy, thanks for notice me, we can continue with your solution |
MarkMurphy
added a commit
to MarkMurphy/react
that referenced
this issue
Feb 2, 2016
1. Add a handleHidden method to the BootstrapModal component. 2. Add an event listener for 'hidden.bs.modal' on the modal root 3. Add a new onHidden prop to the BootstrapModal component. 4. Add a new 'handleModalDidClose' method to the Example component to be used as the onHidden prop of it's modal component.
jimfb
added a commit
that referenced
this issue
Feb 2, 2016
Fixes #5959 - jquery-bootstrap example uses handleHidden which does not exist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Introduced in: 7f8b288
The text was updated successfully, but these errors were encountered: