Boostrap select live search brings an error when typing into the box snapshot 
and javascript console error log
bootstrap-select.js:199 Uncaught TypeError: Cannot read property '3' of undefined at a.expr.pseudos.icontains (bootstrap-select.js:199) at jquery.js:15 at jquery.js:15 at jquery.js:15 at bm (jquery.js:15) at bm (jquery.js:15) at Z (jquery.js:15) at Function.Z.matches (jquery.js:15) at Function.filter (jquery.js:15) at bj (jquery.js:15) the select option
<select class="selectpicker" data-live-search="true" multiple> <option data-tokens="mustard">Mustard</option> <option data-tokens="ketchup">Ketchup</option> <option data-tokens="relish">Relish</option> </select> selecting the options works.
importing the libs from a cdn
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.1/js/bootstrap-select.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.1/css/bootstrap-select.min.css">
undefinedsomewhere.bootstrap-selectbeforejQuery. Try loadingjQueryfirst