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

Function openMenu

packages/react-select/src/__tests__/Select.test.tsx:2392–2394  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2390 let { container, rerender } = render(<Select {...renderProps} />);
2391
2392 let openMenu = () => {
2393 rerender(<Select {...renderProps} menuIsOpen />);
2394 };
2395
2396 const liveRegionGuidanceId = '#aria-guidance';
2397 const liveRegionFocusedId = '#aria-focused';

Callers 1

Select.test.tsxFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…