Skip to content

Conversation

@zombieJ
Copy link
Member

@zombieJ zombieJ commented Apr 11, 2023

Form.List 直接嵌套时由于 Form.List 自身不支持 isListField 属性导致删除时会错误还原,补上即可:

fix ant-design/ant-design#41740

@vercel
Copy link

vercel bot commented Apr 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
field-form ❌ Failed (Inspect) Apr 11, 2023 3:05am

@codecov
Copy link

codecov bot commented Apr 11, 2023

Codecov Report

Merging #583 (e2974ba) into master (cbc2bc6) will not change coverage.
The diff coverage is n/a.

❗ Current head e2974ba differs from pull request most recent head b0686d1. Consider uploading reports for the commit b0686d1 to get more accurate results

@@           Coverage Diff           @@
##           master     #583   +/-   ##
=======================================
  Coverage   99.82%   99.82%           
=======================================
  Files          16       16           
  Lines        1143     1143           
  Branches      243      257   +14     
=======================================
  Hits         1141     1141           
  Misses          2        2           
Impacted Files Coverage Δ
src/List.tsx 100.00% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@zombieJ zombieJ merged commit fe5e6e5 into master Apr 11, 2023
@delete-merged-branch delete-merged-branch bot deleted the fix-list branch April 11, 2023 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Form with preserve=false & initialValues will make nest Form.List unremovable

2 participants