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

Function onSelect

tests/Select.test.tsx:2386–2389  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2384 const Demo: React.FC = () => {
2385 const ref = React.useRef<HTMLInputElement>(null);
2386 const onSelect = () => {
2387 ref.current!.blur();
2388 fireEvent.blur(ref.current);
2389 };
2390 const getInputElement = () => {
2391 return <input ref={ref} onBlur={onBlur} />;
2392 };

Callers 2

triggerSelectFunction · 0.85
onSelectValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…