The user shouldn't wait for the page to reload to reset a form.
Most of the forms you see online, Uses javascript to reset the form.
http://www.javascript-coder.com/javascript-form/javascript-reset-form.phtml
http://www.tizag.com/htmlT/htmlreset.php

If javascript is disabled it should work as it's working now.

Comments

dawehner’s picture

Well the reset button is actually not only about resetting the form but also resetting the results, and therefore you need to get the results via ajax.

mansspams’s picture

Category: feature » bug

I will make this bug report. Both buttons resets results. If view is using ajax and there is exposed form submit and reset buttons should probably function same way. Submit works correctly with ajax, but reset does not.