You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: