-
-
Notifications
You must be signed in to change notification settings - Fork 50k
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: Modal.xxx supports footer #39048
Conversation
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## feature #39048 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 548 548
Lines 9407 9409 +2
Branches 2675 2677 +2
=========================================
+ Hits 9407 9409 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
OK! I will try! |
feature branch |
I changed branch |
components/config-provider/__tests__/__snapshots__/components.test.tsx.snap
Outdated
Show resolved
Hide resolved
…n#38939) * feat: tour ts define update * test: add more unit test
…to feat/modal_footer
@afc163 Completed! |
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
Modal func has not footer props. Therefore Modal footer created by modal func cannot be modified.
Finnaly I add footer props to Modal Func.
📝 Changelog
footer
now.footer
属性以自定义按钮列表。☑️ Self-Check before Merge