ant-design/components/form/demo/custom-feedback-icons.md

8 lines
334 B
Markdown
Raw Normal View History

## zh-CN
自定义反馈图标可以通过 `hasFeedback={{ icons: ... }}``<Form FeedbackIcons={icons}>` 传递(`Form.Item` 必须具有 `hasFeedback` 属性)。
## en-US
Custom feedback icons can be passed by `hasFeedback={{ icons: ... }}` or `<Form feedbackIcons={icons}>` (`Form.Item` must has `hasFeedback` attribute).