-
Notifications
You must be signed in to change notification settings - Fork 654
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ItemRenderer is not working #429
Comments
You have to pass in getItemProps() in div tag like this
Also, shouldn't this be posted in stack overflow? |
Yup! I should. I will update it then close this issue to keep track |
@Ilaiwi to jump in on this one. The default item renderer seems to have changed behaviour. Previously, the item's text would be this.itemTitle, now it is this.itemDivTitle Previously the item's div title (the tooltip) would be this.itemDivTitle, it is now not set. |
@acemac yes you are correct my bad. I will keep this open then, but if you would like to create another issue with a codesandbox example that would be appreciated. |
released in 0.22.0 |
Describe the bug
I can't use itemRenderer. Original example is not working
https://codesandbox.io/s/04l9x67qxv
Please help me!
Screenshots
The text was updated successfully, but these errors were encountered: