Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/parse-community/parse-dashboard
/ close
Function
close
src/components/Dropdown/Dropdown.react.js:134–139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
132
}
133
134
close() {
135
this.setState({
136
open: false,
137
highlightedIndex: -1,
138
});
139
}
140
141
select(value) {
142
if
(value === this.props.value) {
Callers
1
ProtectedFieldsDialog.react.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected