Open GoogleCodeExporter opened 9 years ago
Workaround:
you must call focus and blur event of input field in onreset event of form.
var el = goog.dom.getElement('inputNumberId');
el.focus();
el.blur();
Original comment by beranek....@gmail.com
on 12 Dec 2012 at 10:09
Original issue reported on code.google.com by
beranek....@gmail.com
on 11 Dec 2012 at 7:52