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

Method blur

components/switch/Switch.js:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 };
43
44 blur () {
45 this.refs.input.blur();
46 }
47
48 focus () {
49 this.refs.input.focus();

Callers 9

SwitchClass · 0.95
Slider.jsFile · 0.45
index.spec.jsFile · 0.45
AutocompleteClass · 0.45
BrowseButton.jsFile · 0.45
ButtonClass · 0.45
IconButtonClass · 0.45
blurFunction · 0.45
Dropdown.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected