react-uwp icon indicating copy to clipboard operation
react-uwp copied to clipboard

onChangeTime callback on TimePicker does not work

Open nicolaburetta opened this issue 5 years ago • 0 comments

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!

nicolaburetta avatar Mar 20 '19 18:03 nicolaburetta