Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ionic-team/ionic-framework
/ setFocus
Method
setFocus
core/src/components/select/select.tsx:874–878 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
872
}
873
874
private setFocus() {
875
if (this.focusEl) {
876
this.focusEl.focus();
877
}
878
}
879
880
private emitStyle() {
881
const { disabled } = this;
Callers
3
open
Method · 0.95
Select
Class · 0.95
scrollSelectedIntoView
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected