Media: Watch additional search events. Properly captures clearing the search box. see #21390.
git-svn-id: https://develop.svn.wordpress.org/trunk@22533 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
62fe5ba600
commit
2d3c2c4d84
@ -2281,7 +2281,9 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
events: {
|
events: {
|
||||||
'keyup': 'search'
|
'keyup': 'search',
|
||||||
|
'change': 'search',
|
||||||
|
'search': 'search'
|
||||||
},
|
},
|
||||||
|
|
||||||
render: function() {
|
render: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user