srigar / multiselect-react-dropdown

React multiselect dropdown with search and various options
https://10xn41w767.codesandbox.io/
MIT License
199 stars 113 forks source link

Change color of the close icon #146

Closed ahsan44411 closed 2 years ago

ahsan44411 commented 3 years ago

I am using multiselect-react-dropdown. Is it possible to change the color of close icon?

<Multiselect style={{fontSize: 12}} options={children} selectedValues={paper.children_assigned_to} onSelect={(selectedList, selectedItem) => onSelect(selectedList, selectedItem, paper['id'])} onRemove={(selectedList, selectedItem) => onRemove(selectedList, selectedItem, paper['id'])} displayValue="name" closeIcon={"circle2"} />

srigar commented 2 years ago

Check custom close icon, https://multiselect-react-dropdown.vercel.app/?path=/docs/multiselect-dropdown--flat-array