MCPcopy Index your code
hub / github.com/Lobos/react-ui / itemBind

Method itemBind

src/FormControl.js:64–70  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

62 }
63
64 itemBind (props) {
65 this.items[props.id] = props;
66
67 if (this.props.itemBind) {
68 this.props.itemBind(props);
69 }
70 }
71
72 itemUnbind (id) {
73 delete this.items[id];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected