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
I'm experiencing an issue with the dropdown components in this project where they do not close when I click outside of them on empty areas of the page. The dropdowns only close if I click on other interactive elements like inputs or buttons, but remain open when clicking on blank spaces.
Steps to Reproduce:
Navigate to a page containing a dropdown component (UserDropdown component uses it).
Click on the dropdown to open it.
Click on an empty area of the page (not on any interactive elements).
Observe that the dropdown does not close.
Expected Behavior:
The dropdown should close when clicking anywhere outside of it, including empty areas of the page.
Actual Behavior:
The dropdown remains open when clicking on empty areas. It only closes when clicking on other interactive elements like inputs or buttons.
The text was updated successfully, but these errors were encountered:
Hello,
I'm experiencing an issue with the dropdown components in this project where they do not close when I click outside of them on empty areas of the page. The dropdowns only close if I click on other interactive elements like inputs or buttons, but remain open when clicking on blank spaces.
Steps to Reproduce:
Navigate to a page containing a dropdown component (UserDropdown component uses it).
Click on the dropdown to open it.
Click on an empty area of the page (not on any interactive elements).
Observe that the dropdown does not close.
Expected Behavior:
The dropdown should close when clicking anywhere outside of it, including empty areas of the page.
Actual Behavior:
The dropdown remains open when clicking on empty areas. It only closes when clicking on other interactive elements like inputs or buttons.
The text was updated successfully, but these errors were encountered: