MCPcopy
hub / github.com/JedWatson/react-select / onMenuClose

Function onMenuClose

docs/examples/CustomAriaLive.tsx:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31 const onMenuOpen = () => setIsMenuOpen(true);
32 const onMenuClose = () => setIsMenuOpen(false);
33
34 return (
35 <form>

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…