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

Function handleClick

component/DropDown.js:350–353  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

348 },
349
350 handleClick(){
351 this.inputFieldFocus();
352 this.props.onClick(true);
353 },
354
355 handleKeyDown(e){
356 const {keyCode} = e;

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…