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: https://github.com/ant-design/ant-design/issues/49157 #1049

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

QDyanbing
Copy link

@QDyanbing QDyanbing commented May 31, 2024

Copy link

vercel bot commented May 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
select ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 31, 2024 9:45am


if(!('value' in props)){
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

value={undefined} is a valid uncontrolled mode. Should not deps on the prop in props.

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

Successfully merging this pull request may close these issues.

受控的Select组件,onChange中setValue为undefiend后,展示的label与实际的值不一致
2 participants