-
-
Notifications
You must be signed in to change notification settings - Fork 49.8k
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: Radio.Button title loss #43012
fix: Radio.Button title loss #43012
Conversation
如果 title 已经传给过 https://github.com/react-component/checkbox/ ,是否应该修改 rc-checkbox 看看 title 为啥没挂上? |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #43012 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 648 648
Lines 10953 10953
Branches 2972 2972
=========================================
Hits 10953 10953
☔ View full report in Codecov by Sentry. |
|
418a4a2
to
135fe9f
Compare
New and updated dependency changes detected. Learn more about Socket for GitHub ↗︎
Footnotes |
135fe9f
to
218defe
Compare
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
#43008
💡 Background and solution
📝 Changelog
☑️ Self-Check before Merge
🚀 Summary
🤖 Generated by Copilot at 418a4a2
Added a
title
prop to theCheckbox
andRadio
components and their documentation files. This prop allows setting a custom tooltip for the checkbox or radio button, using the native HTMLtitle
attribute. Updated the documentation in both English and Chinese with version and title information for the new prop.🔍 Walkthrough
🤖 Generated by Copilot at 418a4a2
title
prop toCheckbox
andRadio
components and their documentation (link, link, link, link, link, link, link, link, link, link, link, link, link)Checkbox.tsx
andradio.tsx
(link, link)