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
Current behavior
if user opens menu, and wants to click somewhere else, e.g. some input field,
the event is not fired on the element and the menu popup is not closing
Expected behavior
on outside click, it should close menu popup, like dropdown does.
Event should not be catched on all components
I tried to register my own events with ref, but its not supported by component
PrimeReact version:
3.3.2
The text was updated successfully, but these errors were encountered:
feature request
Current behavior
if user opens menu, and wants to click somewhere else, e.g. some input field,
the event is not fired on the element and the menu popup is not closing
Expected behavior
I tried to register my own events with ref, but its not supported by component
3.3.2
The text was updated successfully, but these errors were encountered: