Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/JedWatson/react-select
/ onMenuOpen
Method
onMenuOpen
packages/react-select/src/Select.tsx:872–874 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
870
// ==============================
871
872
onMenuOpen() {
873
this.props.onMenuOpen();
874
}
875
onMenuClose() {
876
this.onInputChange(
''
, {
877
action:
'menu-close'
,
Callers
2
openMenu
Method · 0.95
Select
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected