Tejas Kumar

Results 102 comments of 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,...

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...

![image](https://user-images.githubusercontent.com/9947422/61381742-ce911780-a8ab-11e9-93ae-769c13bec6fc.png)

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 ![lol](https://media.giphy.com/media/CpgNjk2E54p7W/giphy.gif)