Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/react-component/form
/ createForm
Function
createForm
src/createForm.js:28–30 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
26
};
27
28
function
createForm(options) {
29
return
createBaseForm(options, [mixin]);
30
}
31
32
export
default createForm;
Callers
15
form.spec.js
File · 0.85
getFieldProps.spec.js
File · 0.85
dynamic-binding.spec.js
File · 0.85
validateFields.spec.js
File · 0.85
async-validation.spec.js
File · 0.85
getFieldDecorator.spec.js
File · 0.85
validateArray.spec.js
File · 0.85
createForm.spec.js
File · 0.85
overview.spec.js
File · 0.85
file-input.js
File · 0.85
async-init.js
File · 0.85
dynamic-fields.js
File · 0.85
Calls
1
createBaseForm
Function · 0.85
Tested by
no test coverage detected