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

onChangeTime callback on TimePicker does not work #78

Open nicolaburetta opened 5 years ago

nicolaburetta commented 5 years ago

On TimePicker component the "onChangeTime" callback does not work, it seems that it does not exist. I tried with simple console.log in order to show hours and minutes but nothing was printed.

How it should work onChangeTime={(hours, minutes) => {}}

Anyway, many thanks for this library!