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
There doesn't seem to be any mechanism to open/close the NotificationDropdown control without simulating a click event on the parent element in the dom. It would be incredible if it were possible to programmatically open/close the NotificationDropdown control.
Proposed solution
Expose a boolean? property named isOpen or something along those lines, which is monitored by NotificationDropdown to call setOpen at
Problem / Motivation
There doesn't seem to be any mechanism to open/close the NotificationDropdown control without simulating a click event on the parent element in the dom. It would be incredible if it were possible to programmatically open/close the NotificationDropdown control.
Proposed solution
Expose a
boolean?
property namedisOpen
or something along those lines, which is monitored by NotificationDropdown to callsetOpen
atreact-activity-feed/src/components/NotificationDropdown.tsx
Line 45 in abc03aa
The text was updated successfully, but these errors were encountered: