카테고리 없음
antd 링크
원2
2022. 6. 9. 18:38
728x90
반응형
https://ant.design/components/form/v3
Migrate Form to v4 - Ant Design
Remove Form.create# Form of v4 does not need to create context by calling Form.create(). Form now has it's own data scope and you don't need getFieldDecorator anymore. Just use Form.Item directly: const Demo = ({ form: { getFieldDecorator } }) => ( {getFie
ant.design
728x90
반응형