How to can you clear the bootstrap modal on dismiss/hide/close?
I have the following Modal definition:
this is the easiest fix:
$('#myModal').on('hidden.bs.modal', function () { $(this).find("input,textarea,select").val('').end(); });