MCPcopy Create free account
hub / github.com/react-component/select / onChange

Function onChange

docs/examples/multiple-readonly.tsx:20–23  ·  view source on GitHub ↗
(v: any)

Source from the content-addressed store, hash-verified

18 const [value, setValue] = React.useState<string[]>(['b11']);
19
20 const onChange = (v: any) => {
21 console.log('onChange', v);
22 setValue(v);
23 };
24
25 return (
26 <div>

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…