react-gradient-timepicker
react-gradient-timepicker copied to clipboard
Onchange Event is not working
<TimePicker
time="01:00" theme="Bourbon" className="timepicker" placeholder="Start Time" onSet={(val) => { alert('val:' + val.format12); }} />
can anyone have a solution for onchange
@vigneshkvw There is no onChange property in the docs. It cannot work, not being implemented. Intentionally, not implemented.
Hi,
Thank you for finding the issue. I am no longer working on this project. You can fork and mend it the way you like :)
Sorry for the trouble.
Thank you once again, Rahul Dhawani