Open
Description
labelAttributes is a list of attributes to check on the control component and its children for a label. Use this if you have a custom component that uses a string passed on a prop to render an HTML label, for example.
Unfortunately this only checks children elements of the component and won't allow for setups like this:
<Form.Item label="...">
<Input />
</Form.Item>
Metadata
Assignees
Labels
No labels