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: showXXX=false will make others as true #795

Merged
merged 6 commits into from
Apr 12, 2024
Merged

fix: showXXX=false will make others as true #795

merged 6 commits into from
Apr 12, 2024

Conversation

zombieJ
Copy link
Member

@zombieJ zombieJ commented Apr 12, 2024

fix ant-design/ant-design#47549

处理逻辑:

  • 都没有定义时,优先根据 format 来,反之为 true
  • 存在 false 时,默认为 true
  • 存在 true 时,默认为 false
  • 都存在时,默认为 true

Copy link

vercel bot commented Apr 12, 2024

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

Name Status Preview Updated (UTC)
picker ✅ Ready (Inspect) Visit Preview Apr 12, 2024 3:27am

@zombieJ zombieJ merged commit f114e70 into master Apr 12, 2024
9 checks passed
@zombieJ zombieJ deleted the fix-show branch April 12, 2024 03:30
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.

DatePicker.RangePicker shows empty list with props picker="time" and showSecond={false}
1 participant