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
点击提交
返回值为{ select: [], select1: [1], select2: [1, 2], select3: [""], select4: ["", 3], select5: [3, ""] }
实际为{ select: [1,2], select1: [1], select2: [1, 2], select3: [1,2], select4: ["", 3], select5: [3, ""] }
@formily/[email protected]
期望select和select3值为提供的值
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduction link
Steps to reproduce
点击提交
What is expected?
返回值为{
select: [],
select1: [1],
select2: [1, 2],
select3: [""],
select4: ["", 3],
select5: [3, ""]
}
What is actually happening?
实际为{
select: [1,2],
select1: [1],
select2: [1, 2],
select3: [1,2],
select4: ["", 3],
select5: [3, ""]
}
Package
@formily/[email protected]
期望select和select3值为提供的值
The text was updated successfully, but these errors were encountered: