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
Hey, I am using it in my project and I want list with star icon in it. So when user clicks on star icon list item get pinned. But i can not execute method on click of star icon???? It executes onSelected method always
The text was updated successfully, but these errors were encountered:
Currently there is no good way to do this. You could try and do something similar to https://codesandbox.io/s/lyn9n07jz7 but it is trying to use methods that were not originally meant to be in the component's API. I currently have an open issue #52 where I hope to introduce something that would make this easier. Stay tuned.
Hey, I am using it in my project and I want list with star icon in it. So when user clicks on star icon list item get pinned. But i can not execute method on click of star icon???? It executes
onSelected
method alwaysThe text was updated successfully, but these errors were encountered: