wordpress-develop/src/js
David Baumwald 2e4661c6c9 Taxonomy: Only reset non-button form field values after adding a tag.
[52953] added HTML5 input types to the form reset after a tag is created.  The selector was a bit too greedy, causing `button` types to have their values reset also.  

This change updates the jQuery selector to exclude `button`, `submit`, and `reset` input types from the form reset.

Follow-up to [52953].

Props peterwilsoncc.
Fixes #48030.

git-svn-id: https://develop.svn.wordpress.org/trunk@53168 602fd350-edb4-49c9-b593-d223f7449a82
2022-04-12 19:35:26 +00:00
..
_enqueues Taxonomy: Only reset non-button form field values after adding a tag. 2022-04-12 19:35:26 +00:00
media Media: Use consistent mirroring check in media views. 2022-02-27 00:54:57 +00:00