Index: src/js/_enqueues/admin/tags.js
===================================================================
--- src/js/_enqueues/admin/tags.js	(revision 52974)
+++ src/js/_enqueues/admin/tags.js	(working copy)
@@ -155,7 +155,7 @@
 				form.find( 'select#parent option:selected' ).after( '<option value="' + term.term_id + '">' + indent + term.name + '</option>' );
 			}
 
-			$('input:not([type="checkbox"]):not([type="radio"]):visible, textarea:visible', form).val('');
+			$('input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):visible, textarea:visible', form).val('');
 		});
 
 		return false;
