Nemanja Paroski
Results
2
comments of
Nemanja Paroski
@aljuraysiH you can use `renderItem` prop, e.g ``` renderItem={({ label,value }, active) => { return ( {label} ); }} ```
> +1 [@nparoski](https://github.com/nparoski) , did you find any solution? I don't remember exactly but by searching codebase I found following. ``` ```