hc-oss / react-multi-select-component

Lightweight (~5KB gzipped) multiple selection dropdown component

Home Page:https://codesandbox.io/s/react-multi-select-example-uqtgs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ItemRenderer set item background to grey when undefined

KevinG-Acc opened this issue · comments

Hello, i used your component in my application but i had a small issue with rendering :
image
image

Resulting in :

image
image

I used the template you give as an example, as there is no ItemRendered parameters.

Any idea about this?

Thanks a lot !

@KevinG-Acc fixed it will not add undefined class

Released v4.3.1

Thanks !