MCPcopy
hub / github.com/JedWatson/react-select / blurInput

Method blurInput

packages/react-select/src/Select.tsx:895–898  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

893 this.inputRef.focus();
894 }
895 blurInput() {
896 if (!this.inputRef) return;
897 this.inputRef.blur();
898 }
899
900 // aliased for consumers
901 focus = this.focusInput;

Callers 1

SelectClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected