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

Function getValue

src/higherOrders/FormItem.js:238–245  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

236}
237
238function getValue(props) {
239 let { value, name, formData } = props;
240 if (formData && formData[name] !== undefined) {
241 value = formData[name];
242 }
243
244 return value;
245}

Callers 2

constructorMethod · 0.70
componentWillMountMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…