Correct me if I am wrong, but currently you can set the outer element classes via className and use optionRenderer to add whatever classes you want for the options, but there's currently no way to directly pass classes for the input element.
Of course use child selectors and the main <Select> classNames, if you absolutely need to, but passing classNames to the input element itself would be a nice convenience to have for some situations (such as passing validation classes directly et cetera).
Correct me if I am wrong, but currently you can set the outer element classes via
classNameand useoptionRendererto add whatever classes you want for the options, but there's currently no way to directly pass classes for the input element.Of course use child selectors and the main
<Select>classNames, if you absolutely need to, but passingclassNamesto the input element itself would be a nice convenience to have for some situations (such as passing validation classes directly et cetera).