Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Choices-js/Choices
/ focus
Method
focus
src/scripts/components/input.ts:88–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
focus(): void {
89
if
(!this.isFocussed) {
90
this.element.focus();
91
}
92
}
93
94
blur(): void {
95
if
(this.isFocussed) {
Callers
15
choices.search-prefix.min.js
File · 0.80
choices.js
File · 0.80
choices.search-basic.js
File · 0.80
choices.mjs
File · 0.80
choices.search-basic.min.js
File · 0.80
choices.search-prefix.mjs
File · 0.80
choices.search-kmp.min.js
File · 0.80
choices.search-basic.mjs
File · 0.80
choices.search-kmp.js
File · 0.80
choices.search-prefix.js
File · 0.80
choices.min.js
File · 0.80
choices.search-kmp.mjs
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected