从 4.5.0 版本开始,dependencies 支持使用 render props 类型 children 的 Form.Item代码实例
时间: 2024-03-05 14:52:50 浏览: 194
是的,从 4.5.0 版本开始,Ant Design 的 Form.Item 组件的 dependencies 属性支持使用 render props 类型的 children,具体用法如下:
```jsx
<Form.Item dependencies={['otherField']}>
{({ getFieldValue }) => {
const otherFieldValue = getFieldValue('otherField');
// 根据 otherFieldValue 计算出当前字段需要的 rules 和 initialValue
// ...
return (
<Form.Item name="currentField" rules={rules} initialValue={initialValue}>
<Input />
</Form.Item>
);
}}
</Form.Item>
```
在上面的代码中,通过在 Form.Item 的 dependencies 属性中指定另一个字段的名称,可以在 render props 中获取到该字段的值,并根据该值计算出当前字段需要的 rules 和 initialValue,然后再将其传递给嵌套的 Form.Item 组件。这样做的好处是可以根据其他字段的值动态地计算当前字段的规则和初始值。
阅读全文
相关推荐
![-](https://img-home.csdnimg.cn/images/20241231044955.png)
![-](https://img-home.csdnimg.cn/images/20241231045053.png)
![-](https://img-home.csdnimg.cn/images/20241231044955.png)
![gz](https://img-home.csdnimg.cn/images/20210720083447.png)
![rar](https://img-home.csdnimg.cn/images/20241231044955.png)
![application/x-rar](https://img-home.csdnimg.cn/images/20210720083606.png)
![zip](https://img-home.csdnimg.cn/images/20241231045053.png)
![application/x-rar](https://img-home.csdnimg.cn/images/20210720083606.png)
![-](https://img-home.csdnimg.cn/images/20241231045053.png)
![-](https://img-home.csdnimg.cn/images/20241231045053.png)
![-](https://img-home.csdnimg.cn/images/20241231044955.png)
![-](https://img-home.csdnimg.cn/images/20210720083447.png)
![-](https://img-home.csdnimg.cn/images/20210720083447.png)
![-](https://img-home.csdnimg.cn/images/20241231045053.png)
![-](https://img-home.csdnimg.cn/images/20241231045053.png)
![-](https://img-home.csdnimg.cn/images/20210720083447.png)
![-](https://img-home.csdnimg.cn/images/20210720083447.png)
![-](https://img-home.csdnimg.cn/images/20210720083447.png)
![-](https://img-home.csdnimg.cn/images/20241231045053.png)