MCPcopy
hub / github.com/react-component/form / getValidFieldsName

Method getValidFieldsName

src/createFieldsStore.js:133–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131 }
132
133 getValidFieldsName() {
134 const { fieldsMeta } = this;
135 return fieldsMeta ?
136 Object.keys(fieldsMeta).filter(name => !this.getFieldMeta(name).hidden) :
137 [];
138 }
139
140 getAllFieldsName() {
141 const { fieldsMeta } = this;

Callers 6

getNotCollectedFieldsMethod · 0.95
getNestedFieldsMethod · 0.95
FieldsStoreClass · 0.95
validateFieldsFunction · 0.80
newCbFunction · 0.80

Calls 1

getFieldMetaMethod · 0.95

Tested by

no test coverage detected