Closed SauravBaid closed 4 years ago
A workaround I found was passing code in the label. Below is an example of the same.
let options = {
key: Key,
label: <>
<Image
source={src}
style={{ width: 30, height: 30,}}
/>
</>
}
It's not a bug, just a feature suggestion. Is it possible to add an icon to each element in the dropdown? If it's already possible, can you guide me on where to look?