-
-
Notifications
You must be signed in to change notification settings - Fork 53.5k
feat(Dropdown.Button): deprecated in favor of Space.Compact + Dropdown + Button #53262
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
feat(Dropdown.Button): deprecated in favor of Space.Compact + Dropdown + Button #53262
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are accessibility issues in these changes.
<Button onClick={handleButtonClick}>With Tooltip</Button> | ||
</Tooltip> | ||
<Dropdown menu={menuProps} placement="bottomRight"> | ||
<Button loading /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this element is missing an accessible name or label. That makes it hard for people using screen readers or voice control to use the control.
👁 Visual Regression Report for PR #53262 Failed ❌
Important There are 4 diffs found in this PR: 🔄
|
More templates
commit: |
Bundle ReportBundle size has no change ✅ |
0b0b5cb
to
4551fb6
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #53262 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 788 788
Lines 14368 14368
Branches 3785 3785
=========================================
Hits 14368 14368 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ffbcc13
to
234b76b
Compare
components/dropdown/index.zh-CN.md
Outdated
@@ -66,6 +66,11 @@ demo: | |||
|
|||
### Dropdown.Button | |||
|
|||
<!-- prettier-ignore --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
文档里移除掉吧,next 里不需要了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已更新
234b76b
to
5a84364
Compare
5a84364
to
eb4705f
Compare
4c3edcf
to
1eb0af1
Compare
1eb0af1
to
9723d75
Compare
中文版模板 / Chinese template
🤔 This is a ...
🔗 Related Issues
💡 Background and Solution
📝 Change Log