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
selectedItemRenderer={(props) => {
// props.onClick is undefined
return (
<div>
test
</div>
);
}}
The text was updated successfully, but these errors were encountered:
muserref-sefer
changed the title
selectedItemRenderer method does not includes onClick method
selectedItemRenderer method does not include onClick method
Mar 31, 2021
The text was updated successfully, but these errors were encountered: