Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
export
default
function
createFormField(field) {
12
if
(isFormField(field)) {
13
return
field;
14
}
15
return
new
Field(field);
16
}
Callers
5
getNotCollectedFields
Method · 0.85
getNestedAllFields
Method · 0.85
utils.spec.js
File · 0.85
mapPropsToFields
Function · 0.85
mapPropsToFields
Function · 0.85
Calls
1
isFormField
Function · 0.85
Tested by
1
mapPropsToFields
Function · 0.68