MCPcopy Create free account
hub / github.com/openscopeproject/InteractiveHtmlBom / focusInputField

Function focusInputField

InteractiveHtmlBom/web/util.js:63–67  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

61}
62
63function focusInputField(input) {
64 input.scrollIntoView(false);
65 input.focus();
66 input.select();
67}
68
69function saveBomTable(output) {
70 var text = '';

Callers 2

focusFilterFieldFunction · 0.85
focusRefLookupFieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected