MCPcopy Create free account
hub / github.com/DTStack/molecule / handleChange

Function handleChange

src/components/input/textArea.tsx:50–53  ·  view source on GitHub ↗
(e: React.ChangeEvent<HTMLTextAreaElement>)

Source from the content-addressed store, hash-verified

48 };
49
50 const handleChange = (e: React.ChangeEvent<HTMLTextAreaElement>) => {
51 handleSetValue(e.target.value);
52 resolveOnChange(innerRef.current!, e, onChange);
53 };
54
55 const otherProps = omit(props, ['value']);
56

Callers

nothing calls this directly

Calls 2

resolveOnChangeFunction · 0.90
handleSetValueFunction · 0.85

Tested by

no test coverage detected