-
Notifications
You must be signed in to change notification settings - Fork 61
fix: tab: added a prop to enable standard key navigation for tabs component #953
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
Merged
ypatadia-eightfold
merged 37 commits into
main
from
mbhagat/no-std-key-navigation-for-tabs
Jul 22, 2025
Merged
Changes from 19 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
75e0f10
fix: tab: added a prop to enable standard key navigation for tabs com…
mbhagat-c-eightfold 6339c1d
fix: tabs: updated tabs component story for enabling standard key nav…
mbhagat-c-eightfold fefebce
Merge branch 'main' of github.com:EightfoldAI/octuple into mbhagat/no…
mbhagat-c-eightfold 23577d9
Merge branch 'main' into mbhagat/no-std-key-navigation-for-tabs
ypatadia-eightfold 7e9aec5
Merge branch 'main' into mbhagat/no-std-key-navigation-for-tabs
ypatadia-eightfold 27814e2
fix: the tab navigation using arrow keys
mbhagat-c-eightfold 83b25d2
Merge branch 'main' of github.com:EightfoldAI/octuple into mbhagat/no…
mbhagat-c-eightfold a19e291
Merge branch 'mbhagat/no-std-key-navigation-for-tabs' of github.com:E…
mbhagat-c-eightfold 63eb35b
Merge branch 'main' of github.com:EightfoldAI/octuple into mbhagat/no…
mbhagat-c-eightfold f353b11
Merge branch 'main' of github.com:EightfoldAI/octuple into mbhagat/no…
mbhagat-c-eightfold eb37975
Merge branch 'main' of github.com:EightfoldAI/octuple into mbhagat/no…
mbhagat-c-eightfold aca958f
fix: tabs:removed console statements
mbhagat-c-eightfold 693783c
fix: removed console log
mbhagat-c-eightfold 42072c5
Merge branch 'main' into mbhagat/no-std-key-navigation-for-tabs
mbhagat-c-eightfold f96f053
Merge branch 'main' of github.com:EightfoldAI/octuple into mbhagat/no…
mbhagat-c-eightfold e1b18d0
Merge branch 'main' of github.com:EightfoldAI/octuple into mbhagat/no…
mbhagat-c-eightfold c07f733
Merge branch 'mbhagat/no-std-key-navigation-for-tabs' of github.com:E…
mbhagat-c-eightfold 6f87574
Merge branch 'main' of github.com:EightfoldAI/octuple into mbhagat/no…
mbhagat-c-eightfold 83a967b
Merge branch 'main' into mbhagat/no-std-key-navigation-for-tabs
ypatadia-eightfold 808619b
Merge branch 'main' of github.com:EightfoldAI/octuple into mbhagat/no…
mbhagat-c-eightfold 4ee3f58
fixed indentations
mbhagat-c-eightfold bba4659
Merge branch 'mbhagat/no-std-key-navigation-for-tabs' of github.com:E…
mbhagat-c-eightfold afaf4e7
fix: variable name for disable tab indexes
mbhagat-c-eightfold dab9a96
Merge branch 'main' of github.com:EightfoldAI/octuple into mbhagat/no…
mbhagat-c-eightfold 77eeb03
Merge branch 'main' into mbhagat/no-std-key-navigation-for-tabs
rmotwani-c-eightfold bcbbd2b
Merge branch 'main' of github.com:EightfoldAI/octuple into mbhagat/no…
mbhagat-c-eightfold 9dc9dfc
fix: added filter count on accordion title for collapsible section
mbhagat-c-eightfold 62d6c74
Merge branch 'main' of github.com:EightfoldAI/octuple into mbhagat/no…
mbhagat-c-eightfold 25c48cf
fix: added test cases to enable standard key navigation for tab compo…
mbhagat-c-eightfold 15b4a3e
fix: updated the tests for tabs component to enable std key navigation
mbhagat-c-eightfold cddba2f
fix: updated test cases for Tabs file
mbhagat-c-eightfold 3dcfb75
Merge branch 'main' of github.com:EightfoldAI/octuple into mbhagat/no…
mbhagat-c-eightfold e1188f6
fix: updated test snapshots for Tabs component
mbhagat-c-eightfold 1dd902d
fix: updated test snapshots for Tabs component
mbhagat-c-eightfold 7decc29
Merge branch 'main' into mbhagat/no-std-key-navigation-for-tabs
ypatadia-eightfold e3a9114
fix: duplicate children issue
ypatadia-eightfold 3b9d998
Merge branch 'main' into mbhagat/no-std-key-navigation-for-tabs
ypatadia-eightfold File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mbhagat-c-eightfold marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mbhagat-c-eightfold marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.