Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lobos/react-ui
/ setValue
Method
setValue
src/RadioGroup.js:66–69 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
64
}
65
66
setValue (value) {
67
value = transformValue(value);
68
this.setState({ value });
69
}
70
71
getValue () {
72
return
this.state.value;
Callers
1
componentWillReceiveProps
Method · 0.95
Calls
1
transformValue
Function · 0.85
Tested by
no test coverage detected