Volst / ui-components

💎 A React UI component library for Volst.
https://ui-components.volst.nl
10 stars 3 forks source link

FancySelect: fix selected item display #15

Open Rutger opened 6 years ago

Rutger commented 6 years ago

In FancySelect, there is CSS and code that implies that the selected item should always be bold in the dropdown list.

However, it is styled normally: screen shot 2018-01-31 at 14 22 48

Please take a look at:

selected: selectedItem === item.value,