diff --git a/js/widgets/listview.filter.js b/js/widgets/listview.filter.js index feefe344ad8..2f550923e73 100644 --- a/js/widgets/listview.filter.js +++ b/js/widgets/listview.filter.js @@ -44,7 +44,7 @@ $( document ).delegate( "ul, ol", "listviewcreate", function() { }) .attr( "data-" + $.mobile.ns + "type", "search" ) .jqmData( "lastval", "" ) - .bind( "keyup change", function() { + .bind( "keyup change input", function() { var $this = $( this ), val = this.value.toLowerCase(),