I'm using semantic UI react css library and i need to change the dropdowns' background color when someone select an option.
<Dropdown
placeholder='Name'
selection
search
options={names}
className='filter-dropdown'
/>
I'm using semantic UI react css library and i need to change the dropdowns' background color when someone select an option.
<Dropdown
placeholder='Name'
selection
search
options={names}
className='filter-dropdown'
/>
Copyright © 2021 Jogjafile Inc.


Add the style to the option for each dropdown item on change
The code snippet below should help
Pass that to your Dropdown component like so