We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
给【平均分配值List】添加三项,第一、第二项33,第三项34,删除最后一项,子Field中reactions触发分配两个50,ArrayField中reactions使用的value引用是旧的[{number: 33}, {number: 33}],导致total !== 100 校验错误触发
ArrayField中reactions收集的value是旧的[{number: 33}, {number: 33}]
ArrayField中reactions收集的value = [{number: 50}, {number: 50}]
@formily/antd@2.3.2
The text was updated successfully, but these errors were encountered:
仅在删除最后一项时出现,删除其他项表现正常
Sorry, something went wrong.
No branches or pull requests
Reproduction link
Steps to reproduce
给【平均分配值List】添加三项,第一、第二项33,第三项34,删除最后一项,子Field中reactions触发分配两个50,ArrayField中reactions使用的value引用是旧的[{number: 33}, {number: 33}],导致total !== 100 校验错误触发
What is expected?
ArrayField中reactions收集的value是旧的[{number: 33}, {number: 33}]
What is actually happening?
ArrayField中reactions收集的value = [{number: 50}, {number: 50}]
Package
@formily/antd@2.3.2
The text was updated successfully, but these errors were encountered: