select icon indicating copy to clipboard operation
select copied to clipboard

OptGroup className not working

Open fgblomqvist opened this issue 5 years ago • 1 comments

According to the typescript type it supports classname (and it should, since it can be useful for styling). However, it doesn't seem to pass the classname through. Would submit a PR but I have no idea where the code is (src seems to just be types?) 🤔

fgblomqvist avatar Jan 15 '21 22:01 fgblomqvist

The documentation for OptGroup makes no mention of className as a valid prop. Worth noting that className does exist for Option. https://github.com/react-component/select#optgroup-props

I would like it to be added, but it does not seem to be there currently.

atom-sgt avatar Feb 16 '23 19:02 atom-sgt