Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
function
focusInputField(input) {
64
input.scrollIntoView(false);
65
input.focus();
66
input.select();
67
}
68
69
function
saveBomTable(output) {
70
var
text =
''
;
Callers
2
focusFilterField
Function · 0.85
focusRefLookupField
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected