MCPcopy Create free account
hub / github.com/flyfloor/react-component / valueChange

Function valueChange

component/CheckBoxGroup.js:56–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 },
55
56 valueChange(){
57 const {onChange} = this.props;
58 if (onChange) onChange(this.state.value)
59 },
60
61 render() {
62 const {labelName, valueName, className, style, children} = this.props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…