Skip to content
New issue

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

[Bug Report] 值与预期不符 #3579

Closed
1 task
yiyunwan opened this issue Nov 29, 2022 · 0 comments
Closed
1 task

[Bug Report] 值与预期不符 #3579

yiyunwan opened this issue Nov 29, 2022 · 0 comments

Comments

@yiyunwan
Copy link
Collaborator

  • I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

Edit on CodeSandbox

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值为提供的值

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

No branches or pull requests

2 participants