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

Method itemChange

src/FormControl.js:80–88  ·  view source on GitHub ↗
(id, value, result)

Source from the content-addressed store, hash-verified

78 }
79
80 itemChange (id, value, result) {
81 this.items[id].$value = value;
82
83 this.handleValidate(id, result);
84
85 if (this.props.itemChange) {
86 this.props.itemChange(...arguments);
87 }
88 }
89
90 handleValidate (id, result) {
91 this.items[id].$validation = result;

Callers

nothing calls this directly

Calls 1

handleValidateMethod · 0.95

Tested by

no test coverage detected