jquery-bootstrap example uses `handleHidden` which does not exist #5959
jimfb
commented
TheBlasfem
referenced
this issue
Closed
Added handleHidden method to BootstrapModal in examples #5960
MarkMurphy
added a commit
to MarkMurphy/react
that referenced
this issue
MarkMurphy |
3d1e79e
|
MarkMurphy
referenced
this issue
Merged
Fixes #5959 - jquery-bootstrap example uses handleHidden which does not exist #5961
MarkMurphy
commented
@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 hidden.bs.modal
. I've made those changes in mine in addition to responding to the same onHidden
prop you also implemented.
TheBlasfem
commented
nice catch @MarkMurphy, thanks for notice me, we can continue with your solution
MarkMurphy
added a commit
to MarkMurphy/react
that referenced
this issue
MarkMurphy |
0bd65aa
|
milesj
added a commit
to milesj/react
that referenced
this issue
MarkMurphy |
cad6041
|
alunyov
added a commit
to alunyov/react
that referenced
this issue
MarkMurphy |
e77a5b8
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Introduced in: 7f8b288