-
-
Notifications
You must be signed in to change notification settings - Fork 50.3k
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: CheckableTag miss CP tag #44602
Conversation
Run & review this pull request in StackBlitz Codeflow. |
size-limit report 📦
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
https://app.argos-ci.com/ant-design/ant-design/builds/11214 这个截图测试极容易挂,得看看。 |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #44602 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 665 665
Lines 11280 11280
Branches 3049 3049
=========================================
Hits 11280 11280
☔ View full report in Codecov by Sentry. |
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
📝 Changelog
tag.className
&tag.style
not working on Tag.CheckableTag.tag.className
与tag.style
无法作用于 Tag.CheckableTag 的问题。☑️ Self-Check before Merge
🚀 Summary
🤖 Generated by Copilot at e21907a
This pull request adds support for custom style and class name of the
CheckableTag
component from theConfigProvider
component. It also adds a test case and improves the code formatting of the related files.🔍 Walkthrough
🤖 Generated by Copilot at e21907a
style
prop toCheckableTag
component and apply custom style and class name fromConfigProvider
component (link, link, link, link)Tag.CheckableTag
component and assertions to test caseshould render style correctly
instyle.test.tsx
to verify custom style and class name fromConfigProvider
component (link, link, link)