MCPcopy Index your code
hub / github.com/flyfloor/react-component / triggerDropValueChange

Function triggerDropValueChange

component/DropDown.js:265–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263 },
264
265 triggerDropValueChange(){
266 const {multi, onChange} = this.props;
267 let {value} = this.state;
268 if (multi) value = Object.assign([], value);
269 onChange(value);
270 },
271
272 toggleOpen(stat){
273 this.setState({

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…