Tejas Kumar
Tejas Kumar
Feel free to PR this mug. For bonus points, do it [here](https://github.com/contiamo/operational-scripts) and let's use it in Operational UI?
Seems like you're on Windows. I think from our team, @fabien0102 is the best one to help you out with this since he's the Chief Windows Officer. ðŸ¤
This is interesting. The `value` passed in the `onChange` callback seems like it should be `any` in order to handle cases like: ```jsx ``` We have numbers in some cases,...
ping @fabien0102
Hmmm. But options is an array where `value` can be _anything_, right? In my example, ```ts { label: React.ReactElement | string value: any // what would you have here? }...
You mean this? ```ts interface SelectProps { // ... other props options: Array } ``` In this case, each `option` in `options`' `value` _has to be_ the same type. [This...

Great. Let's do it.
Odd. I can't seem to remember what this issue was about. Can we either: - provide more context, or - close it ?
DO IT 