Closed conor-cafferkey-sociomantic closed 7 years ago
When extraClass is specified for an option, the extra class doesn’t apply when that option is selected.
extraClass
extraClass is added to relevant option in dropdown items, but is not added when the option is selected, alongside SELECTED_DISPLAYED.
SELECTED_DISPLAYED
Add extraClass to both instances of the option: in the dropdown list and the selected box.
Problem
When
extraClass
is specified for an option, the extra class doesn’t apply when that option is selected.Currently
extraClass
is added to relevant option in dropdown items, but is not added when the option is selected, alongsideSELECTED_DISPLAYED
.Wanted
Add
extraClass
to both instances of the option: in the dropdown list and the selected box.