Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/react-component/form
/ render
Method
render
tests/form.spec.js:20–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
render() {
21
const
{ getFieldProps } = this.props.form;
22
return
<input {...getFieldProps(
'normal'
, { initialValue:
'1'
})} />;
23
}
24
}
25
);
26
const
wrapper = mount(<Test />);
Callers
1
getFieldDecorator.spec.js
File · 0.45
Calls
1
getFieldProps
Function · 0.85
Tested by
no test coverage detected