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

Method constructor

src/FormItem.js:7–10  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

5
6class FormItem extends React.Component {
7 constructor (props) {
8 super(props);
9 this.handleChange = this.handleChange.bind(this);
10 }
11
12 handleChange (value) {
13 if (value && value.nativeEvent) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected