We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67899f0 commit f007aebCopy full SHA for f007aeb
docs/README.md
@@ -30,7 +30,8 @@ import ReactModal from 'react-modal';
30
*/
31
onAfterOpen={handleAfterOpenFunc}
32
/*
33
- Function that will be run when the modal is requested to be closed, prior to actually closing.
+ Function that will be run when the modal is requested to be closed (either by clicking on overlay or pressing ESC)
34
+ Note: It is not called if isOpen is changed by other means.
35
36
onRequestClose={handleRequestCloseFunc}
37
0 commit comments