Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/react-component/form
/ clearField
Method
clearField
src/createFieldsStore.js:270–273 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
268
}
269
270
clearField(name) {
271
delete this.fields[name];
272
delete this.fieldsMeta[name];
273
}
274
}
275
276
export
default
function
createFieldsStore(fields) {
Callers
3
saveRef
Function · 0.80
clearField
Function · 0.80
componentWillUnmount
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected