@@ -, +, @@ for your item type OPAC ), it should also default to the text search field. placing hold. --- a/koha-tmpl/intranet-tmpl/prog/js/select2.js +++ a/koha-tmpl/intranet-tmpl/prog/js/select2.js @@ -36,6 +36,10 @@ $(document).ready(function(){ $(this).off("select2:opening.cancelOpen"); }); }); + + $(document).on("select2:open", function () { + document.querySelector(".select2-container--open .select2-search__field").focus(); + }); }); (function($) { --