time-picker
time-picker copied to clipboard
ability to pass timer attribute, id, or something to onChange event
I have many time pickers on page, and seems that there is no way to pass attributes or some params to onchange event. In first argument it returns value, if we do
this.onDateChange = this.onDateChange.bind(this);
we cant access changed item ID or attrs. How to determine which time picker is changed?
Same issue! Any solution?
Still getting the same issue.