Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lobos/react-ui
/ handleChange
Function
handleChange
src/Tree/Tree.js:164–171 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
162
}
163
164
handleChange () {
165
if
(this.props.onChange) {
166
setTimeout(() => {
167
let
value = this.getValue();
168
this.props.onChange(value);
169
});
170
}
171
}
172
173
onClick (item) {
174
if
(this.props.onClick) {
Callers
nothing calls this directly
Calls
2
onChange
Method · 0.80
getValue
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…