Dialog (Modal) not getting closed automatically #2279
Unanswered
SyedSibtainRazvi
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem statement: I am using a modal called
ViewRateDesktop
and displaying it to the user when they click on theViewRate
button on theNavbar
. Further, thisViewRateDesktop
component has anotherCalendarDropdown
(Modal) inside it, which is being closed by theOutside Click Handler
. The issue here is that my Dialog Modal is not getting closed automatically when I click outside the modal.Also, when I remove the
h-full
from theTransition.child
the closing of the modal works, however, the Calendar dropdown is not visibleAttaching the code for the reference, please feel free to let me know if there are any questions
Navbar
Beta Was this translation helpful? Give feedback.
All reactions