MCPcopy
hub / github.com/react-component/form / createFormField

Function createFormField

src/createFormField.js:11–16  ·  view source on GitHub ↗
(field)

Source from the content-addressed store, hash-verified

9}
10
11export default function createFormField(field) {
12 if (isFormField(field)) {
13 return field;
14 }
15 return new Field(field);
16}

Callers 5

getNotCollectedFieldsMethod · 0.85
getNestedAllFieldsMethod · 0.85
utils.spec.jsFile · 0.85
mapPropsToFieldsFunction · 0.85
mapPropsToFieldsFunction · 0.85

Calls 1

isFormFieldFunction · 0.85

Tested by 1

mapPropsToFieldsFunction · 0.68