MCPcopy 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

Calls 1

transformValueFunction · 0.85

Tested by

no test coverage detected