You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modal should close when clicked outside of it, present it is closing the modal when clicking on it as well
To Reproduce
pass shouldCloseOnOutsideClick props to the modal, and click anywhere on the modal
it should not close the modal, it should only close the modal when clicked outside the modal.
Expected behavior
Provide a clear and concise description of the behaviour expected in the above-mentioned scenario.
Screenshots
If applicable, provide screenshots to explain the bug.
Describe the bug
To Reproduce
shouldCloseOnOutsideClick
props to the modal, and click anywhere on the modalit should not close the modal, it should only close the modal when clicked outside the modal.
Expected behavior
Provide a clear and concise description of the behaviour expected in the above-mentioned scenario.
Screenshots
If applicable, provide screenshots to explain the bug.
Package versions
Additional context
Provide any additional information about the bug or the bug scenario.
The text was updated successfully, but these errors were encountered: