MCPcopy Create free account
hub / github.com/Lobos/react-ui / componentDidMount

Function componentDidMount

src/Select.js:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 componentDidMount () {
49 let target = this.props.mult ? undefined : this.refs.options;
50 this.registerClickAway(this.hideOptions, target);
51 }
52
53 showOptions () {
54 if (this.state.active || this.props.readOnly) {

Callers

nothing calls this directly

Calls 1

registerClickAwayMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…