Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/react-component/form
/ createDOMForm
Function
createDOMForm
src/createDOMForm.js:102–106 ·
view source on GitHub ↗
(option)
Source
from the content-addressed store, hash-verified
100
};
101
102
function
createDOMForm(option) {
103
return
createBaseForm({
104
...option,
105
}, [mixin]);
106
}
107
108
export
default createDOMForm;
Callers
8
validateFieldsAndScroll.spec.js
File · 0.85
clean-field.spec.js
File · 0.85
createDOMForm.spec.js
File · 0.85
switch-field.spec.js
File · 0.85
dynamic-rule.spec.js
File · 0.85
start-end-date.js
File · 0.85
modal.js
File · 0.85
overview.js
File · 0.85
Calls
1
createBaseForm
Function · 0.85
Tested by
no test coverage detected