MCPcopy Create free account
hub / github.com/baiwumm/react-admin / ProFormDescribe

Function ProFormDescribe

Xmw_web/src/components/CommonProForm/index.tsx:134–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 * @author: 白雾茫茫丶
133 */
134export const ProFormDescribe: FC = () => {
135 const { formatMessage } = useIntl();
136 return (
137 <ProFormTextArea
138 name="describe"
139 label={formatMessage({ id: INTERNATION.DESCRIBE })}
140 placeholder={formatMessage({ id: INTERNATION.PLACEHOLDER }) + formatMessage({ id: INTERNATION.DESCRIBE })}
141 colProps={{ span: 24 }}
142 fieldProps={{
143 showCount: true,
144 maxLength: 200,
145 }}
146 rules={[{
147 required: true,
148 }]}
149 />
150 )
151}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected