diff --git a/app/javascript/util.js b/app/javascript/util.js index c8ea6033..9e8f2c6f 100644 --- a/app/javascript/util.js +++ b/app/javascript/util.js @@ -106,7 +106,7 @@ export function installSelectpickers() { noneResultsText: 'No results matched your search or you need to enter more characters to search with.' }); - $(e).parent().find('.bs-searchbox input[type="search"]').on('keydown', ev => { + $(e).parent().find('.bs-searchbox input[type="search"]').on('keydown input', ev => { if ($(ev.target).val().length < 2) { return; }