[Modal] - Using allowMultiple = true #284
Labels
lang/javascript
Anything involving JavaScript
type/bug
Any issue which is a bug or PR which fixes a bug
Milestone
Bug Report
Closing Modal, when allowMultiple is set to true, via the Dimmer area of the page will close Modal even if onHide callback return false.
Steps to reproduce
Expected result
onHide return false should prevent modal from closing.
Actual result
onHide is called but Modal still close.
Modal does not reopen after.
Testcase
https://jsfiddle.net/ibelar/h8a3se4o/
Version
2.6.4
The text was updated successfully, but these errors were encountered: