MCPcopy Create free account
hub / github.com/TruthHun/BookStack / setFocus

Function setFocus

static/bootstrap-select-1.13.18/js/bootstrap-select.js:2416–2422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2414 });
2415
2416 function setFocus () {
2417 if (that.options.liveSearch) {
2418 that.$searchbox.trigger('focus');
2419 } else {
2420 that.$menuInner.trigger('focus');
2421 }
2422 }
2423
2424 function checkPopperExists () {
2425 if (that.dropdown && that.dropdown._popper && that.dropdown._popper.state.isCreated) {

Callers 2

checkPopperExistsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected