MCPcopy Create free account
hub / github.com/Lobos/react-ui / setValue

Method setValue

src/Rating.js:40–42  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

38 }
39
40 setValue (value) {
41 this.setState({ value });
42 }
43
44 getValue () {
45 return this.state.value;

Callers 3

handleChangeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected