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

Method itemUnbind

src/FormControl.js:72–78  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

70 }
71
72 itemUnbind (id) {
73 delete this.items[id];
74
75 if (this.props.itemUnbind) {
76 this.props.itemUnbind(...arguments);
77 }
78 }
79
80 itemChange (id, value, result) {
81 this.items[id].$value = value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected