gpt4 book ai didi

reactjs - 使用 Redux 表单对 FormSection 进行验证

转载 作者:行者123 更新时间:2023-12-03 14:32:12 25 4
gpt4 key购买 nike

有没有办法在 Redux Forms 中验证 FormSection?

我的 FormSection 中有两个复选框,我希望确保至少选中一个。

所需的功能已可用于其他 Field 组件,但这不起作用,是否有解决方法?

        <FormSection name="fieldName" validate={required}>
<div className="form-body">
<Field
label="one"
name="one"
id="one"
component={CheckBox}
/>
<Field
label="two"
name="two"
id="two"
component={CheckBox}
/>
</div>
</FormSection>

最佳答案

我知道为时已晚,但它可能对某人有用。您可以使用 getFormSyncErrors 选择器,然后检查是否存在包含您的部分名称的属性,那么您的部分无效

关于reactjs - 使用 Redux 表单对 FormSection 进行验证,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46536660/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com