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] Radio.Group、Checkbox.Group will warn on 'change' event handler #3986

Closed
coder-layne opened this issue Oct 10, 2023 · 0 comments · Fixed by #4003
Closed

[Bug Report] Radio.Group、Checkbox.Group will warn on 'change' event handler #3986

coder-layne opened this issue Oct 10, 2023 · 0 comments · Fixed by #4003

Comments

@coder-layne
Copy link

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

Reproduction link

Edit on CodeSandbox

Steps to reproduce

When the component renders, it will trigger.

What is expected?

Pass a valid "change" handler to the Vue instance to avoid warnings.

What is actually happening?

Undefined was passed as handler for the "change" event to Vue, and a warning occurred.

image

Package

@formily/[email protected]


This problem was introduced in a prior repair request #3665 . It seems that this fix is no longer necessary in v2.2.29, and I don't know what happened during this period.

lumdzeehol added a commit to lumdzeehol/formily that referenced this issue Oct 23, 2023
janryWang pushed a commit that referenced this issue Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants