Martin Böttcher

Results 5 comments of Martin Böttcher

Thanks, I implemented it slightly different so that a) only need to pass in the names as props, not as types, and b) not do the re-assignment since I don't...

@gitter-me I'm using your workaround for a TimePicker and it seems to work nicely. I just added a check for `value.isValid()` in case the initial value is undefined and non...

Maybe a better alternative is to return an array inside of the `.map`. ```tsx { Object.keys(exampleObject).map( (timestampKey) => [ , exampleObject[timestampKey].map((values) => ( ... )) ) ) } ```

@gabycasper007 suggestion works for me, however I changed the height to: `height: height*0.8-14` (height of slideUpPanel - margin inside of the slideUpPanel)

important improvement, please update and merge.