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
While working with ActionMenu, I noticed that it was not working with an itemActivated event I was trying to configure. I noticed that the SelectPanel had this same type of event but it contained bubbles: true.
Filing this issue to see if we can add bubbles to the ActionMenu component as well.
While working with
ActionMenu
, I noticed that it was not working with anitemActivated
event I was trying to configure. I noticed that theSelectPanel
had this same type of event but it containedbubbles: true
.Filing this issue to see if we can add
bubbles
to theActionMenu
component as well.Relevant Links
view_components/app/components/primer/alpha/action_menu/action_menu_element.ts
Lines 360 to 362 in 1d5532b
view_components/app/components/primer/alpha/select_panel_element.ts
Line 913 in 1d5532b
The text was updated successfully, but these errors were encountered: