美文网首页
antd4使用Modal+Form时resetFields无效的

antd4使用Modal+Form时resetFields无效的

作者: Openwit | 来源:发表于2022-09-24 13:01 被阅读0次

    如果遇到这个问题,一定没有认真阅读官网的文档。问题原因及解决方式如下:

    注意#

    • <Modal /> 默认关闭后状态不会自动清空, 如果希望每次打开都是新内容,请设置 destroyOnClose

    • <Modal /> 和 Form 一起配合使用时,设置 destroyOnClose 也不会在 Modal 关闭时销毁表单字段数据,需要设置 <Form preserve={false} />

    官方文档链接:https://ant.design/components/modal-cn/#%E6%B3%A8%E6%84%8F

    相关文章

      网友评论

          本文标题:antd4使用Modal+Form时resetFields无效的

          本文链接:https://www.haomeiwen.com/subject/whgoortx.html