MCPcopy Index your code
hub / github.com/react-toolbox/react-toolbox / blur

Function blur

components/input/Input.js:136–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 };
135
136 blur () {
137 this.refs.input.blur();
138 }
139
140 focus () {
141 this.refs.input.focus();

Callers

nothing calls this directly

Calls 1

blurMethod · 0.45

Tested by

no test coverage detected