myxvisual / react-uwp

📱⌨ React Components that Implement Microsoft's UWP Design & Fluent Design.
https://react-uwp.com
MIT License
1.18k stars 78 forks source link

TimePicker misses onChangeTime and 24 hour #65

Open minusplusminus opened 5 years ago

minusplusminus commented 5 years ago

Problem description

Hi thanks for the library. Love the style,

I'm missing 24 hour clock and onChangeTime doesn't receive anything. The AcceptLegacy button needs onChangeTime(currHour,currMinute) on line 237 and I miss 24 hour clock.

<TimePicker onChangeTime={this.onChangeTime.bind(this)}/>