MCPcopy Create free account
hub / github.com/nodejs/nodejs.org / handleChange

Function handleChange

packages/ui-components/src/Common/Select/index.tsx:121–125  ·  view source on GitHub ↗
(value: T)

Source from the content-addressed store, hash-verified

119 }, [JSON.stringify(values)]);
120
121 const handleChange = (value: T) => {
122 if (typeof onChange === 'function') {
123 onChange(value);
124 }
125 };
126
127 return (
128 <Skeleton loading={loading}>

Callers

nothing calls this directly

Calls 1

onChangeFunction · 0.85

Tested by

no test coverage detected