react-onclickoutside
react-onclickoutside copied to clipboard
Ability to define custom document
This pull requests fixes #236 .
The issue:
When a react component is rendered in an iframe, you only want to bind click events to the iframe document and not the parent page. The plugin didn't allow it to.
Solution:
The user can configure which document to bind events to