MCPcopy Create free account
hub / github.com/react-component/input / handleChange

Function handleChange

tests/BaseInput.test.tsx:63–66  ·  view source on GitHub ↗
(e: ChangeEvent<HTMLInputElement>)

Source from the content-addressed store, hash-verified

61 };
62
63 const handleChange = (e: ChangeEvent<HTMLInputElement>) => {
64 onChange();
65 setValue(e.target.value);
66 };
67
68 return (
69 <BaseInput

Callers

nothing calls this directly

Calls 1

onChangeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…