Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/react-component/form
/ getValueFromEvent
Method
getValueFromEvent
tests/getFieldProps.spec.js:94–96 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
92
<input
93
{...getFieldProps(
'normal'
, {
94
getValueFromEvent(e) {
95
return
`${e.target.value}1`;
96
},
97
})}
98
/>
99
);
Callers
1
onCollectCommon
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected