MCPcopy 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

openMethod · 0.95
SelectClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected