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

Function handleChangeSelect

component/DropDown.js:258–263  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

256 },
257
258 handleChangeSelect(val){
259 this.formatValue(val, () => {
260 this.triggerDropValueChange();
261 this.toggleOpen(this.props.multi);
262 });
263 },
264
265 triggerDropValueChange(){
266 const {multi, onChange} = 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…