control? oncha...">

HTML event datetime-local change?

Is there a way to handle the "datetime-selection" event using the <input type='datetime-local'> control?

onchange, onselect and oninput do not work for me.

+6
source share
1 answer

(In chrome) the onchange event is fired when the field is fully populated

Also read: Why is the HTML5 datetime input type removed from browsers that already support it?

+1
source

All Articles