-
-
Notifications
You must be signed in to change notification settings - Fork 50.2k
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: 🆕 Add keyboard prop to Tabs #22287
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 02c314c:
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit d425374:
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 9bed2c8:
|
Codecov Report
@@ Coverage Diff @@
## feature #22287 +/- ##
========================================
Coverage 97.98% 97.98%
========================================
Files 359 359
Lines 7155 7155
Branches 1960 1960
========================================
Hits 7011 7011
Misses 144 144
Continue to review full report at Codecov.
|
🤔 This is a ...
🔗 Related issue link
extraContent
should not listen to keyborad navigationprop-types
and clean up dependencies.💡 Background and solution
📝 Changelog
- Add Tabs
keyboard
prop.- Tabs
extraContent
don't trigger keyboard navigation now.- 新增 Tabs
keyboard
属性用于开关键盘切换功能。- Tabs
extraContent
里的元素不再触发键盘切换功能。☑️ Self Check before Merge
View rendered components/tabs/index.en-US.md
View rendered components/tabs/index.zh-CN.md