MCPcopy
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
276export default function createFieldsStore(fields) {

Callers 3

saveRefFunction · 0.80
clearFieldFunction · 0.80
componentWillUnmountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected