MCPcopy Create free account
hub / github.com/sshwsfc/xadmin / render

Method render

xadmin-dashboard/src/editor/fields/Fieldset.js:20–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 render() {
21 const { input, label, meta: { touched, error }, field, group, option } = this.props
22 return (
23 <Collapse bordered={false} activeKey={this.state.activeKey} onChange={this.onChange}>
24 <Collapse.Panel header={label} key="1">
25 {objectBuilder(field.fields, field.render, { ...option, group })}
26 </Collapse.Panel>
27 </Collapse>
28 )
29 }
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected