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

fix(runtime-core): force patch radio input checked prop (#10929) #10930

Closed

Conversation

xuyimingwork
Copy link

@xuyimingwork xuyimingwork commented May 13, 2024

In same case, input radio's checked value is not synced with prop checked, which cause some problems.
This problem like input value not synced issue, so I force patch update when prop key is checked.

Fixes #10929.

@haoqunjiang haoqunjiang added the need test The PR has missing test cases. label May 20, 2024
@haoqunjiang
Copy link
Member

Please add a corresponding test case for this fix.

@haoqunjiang
Copy link
Member

Closing in favor of #10989

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need test The PR has missing test cases.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Radio input element's checked value not synced with props checked.
2 participants