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
A workaround is to pass the handler to each item either as a component prop or shorthand object prop. You can also let the event bubble and capture it.
List could be selectable (or clickable) with
selection
prop, but there is no way to catch the event.I'll be very happy when we have a new prop like
onItemClick
from menu.The text was updated successfully, but these errors were encountered: