jQuery UI Widgets › Forums › Editors › DateTimeInput › The same effect as the backspace key and the Del key?
Tagged: Angular datetimeinput, bootstrap datetimeinput, javascript datetimeinput, jquery datetimeinput, jqwidgets datetimeinput, jqxdatetimeinput
This topic contains 1 reply, has 2 voices, and was last updated by Hristo 9 years, 1 month ago.
$(function(){ function dokey(event){ var ele = event.target; var eleName = ele.nodeName; alert(event.which); } $(document).keypress(dokey).keydown(dokey); });
Press backspace not to run in DateTimeInput,clear DateTimeInput value!
Hello my_2000,
This behavior is expected and deliberately done. Thanks for interest to our product.
Best Regards, Hristo Hristov
jQWidgets team http://www.jqwidgets.com
You must be logged in to reply to this topic.