Bootstrap Multiselect added to the single-line input box cannot get the focus

< script type= "text/javascript" >

$(document).ready(function() {
    $("-sharpexample-templates-input").multiselect({
        templates: {
            li: "<li><a><label style="display:inline;"></label><input type="text" /></a></li>"
        }
    });
});

< / script >

Mar.09,2021
Menu