fix: allow arrow up/down keys within focus trapped text area#417
Merged
haoruikun-cb merged 5 commits intocoinbase:masterfrom Feb 26, 2026
Merged
Conversation
Collaborator
✅ Heimdall Review Status
✅
|
| Code Owner | Status | Calculation | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ui-systems-eng-team |
✅
1/1
|
Denominator calculation
|
Contributor
Contributor
|
Thanks for the heads up, @hcopp! I'll be reviewing by tomorrow mid-day |
maximo-macchi-cb
previously approved these changes
Feb 25, 2026
Contributor
maximo-macchi-cb
left a comment
There was a problem hiding this comment.
Thank you for the contribution! And thank you for following the contribution guidelines to help make review easier!
Collaborator
|
Review Error for maximo-macchi-cb @ 2026-02-25 19:03:42 UTC |
haoruikun-cb
previously approved these changes
Feb 25, 2026
f0744ef
cb03c22 to
f0744ef
Compare
maximo-macchi-cb
approved these changes
Feb 26, 2026
Collaborator
|
Review Error for maximo-macchi-cb @ 2026-02-26 04:40:19 UTC |
haoruikun-cb
approved these changes
Feb 26, 2026
haoruikun-cb
added a commit
that referenced
this pull request
Feb 27, 2026
* fix: Prevent `<TextInput type="number">` from changing value on scroll (#413) * Web implementation * Add web example * Bump changelogs * fix: set paddingStart on Input for compact label (#423) * fix: set paddingStart on Input for compact label * Bump version * feat: enhance Tag component with icon support and custom nodes (#421) * feat: enhance Tag component with icon support and custom nodes - Added support for start and end icons in the Tag component. - Introduced props for custom start and end nodes. - Updated stories to demonstrate new icon and custom node functionality. - Added tests to verify rendering of icons and custom nodes. * changelog versions * format * gap and padding props * feat: improve link docs (#428) * feat: chart transitions (#400) * feat: support customizing transition on web * Fix enter for scrubber * Wip mobile * Simplify animation and fix issues * Fix bar issues * Support scrubber beacon label transitions * Support stagger delay * Update documentation * Update docs * Fix web transition * Ruse transition types * Move imports * Simplify transition * Fix lint * Regenerate routes * Rename functions and routes * Fix lint * Fix issue * Cleanup comments * Simplify transition names * Simplify types * Continue cleaning up types * Fix lint * Cleanup bar transition props * Remove unused story * Drop ChartTransition * Simplify scrubber * Improve accessories * Fix animation issues with point * Remove extra line * Cleanup resolved transitions * Cleanup isIdleTransition * Cleanup exit transition * Simplify logic * Reuse transition for bar * Cleanup bar chart * Fix formatting * Fix lint * Fix lint * Mock path generation * Re add default border radius for bar * Bump version * Simplify code * Update examples * Update bar stagger delay logic * Simplify transition logic * Add more tests for transitions * Improve examples * feat: add range bar chart examples (#435) * feat: add range bar chart examples * Fix lint * Fix lint warning * Cleanup web as well * fix: Truncate multi-select chip labels mid-word (#412) * Add web implementation * Add story to show longer labels for multi-select chips * Update changelogs * chore: rename charts docs (#440) * chore: rename graphs to charts in docs * Rename remaining docs * Ran dedupe and update changelog * Set docusaurus plugin version * chore: deprecate useStatusBarHeight hook (#445) * deprecate useStatusBarHeight hook * release * chore: Bump packages for security request (#422) * Bump package * Revert "Bump package" This reverts commit 4a733d6. * Use resolution instead * Add resolutions to other packages * Add resolutionComments * Revert to ajv v6 to support eslint * Update dependencies to bump eslint and only resolve ajv V6 * Lower to next patch version * Remove eslint package bump and only resolve ajv * Dedupe dependencies * fix: allow arrow up/down keys within focus trapped text area (#417) * fix: allow arrow up/down keys within focus trapped text area * chore: bump version + update changelog * Bump changelogs * Fix merge conflict --------- Co-authored-by: Maximo Macchi <232606069+maximo-macchi-cb@users.noreply.github.com> Co-authored-by: Harry <ruikun.hao@coinbase.com> * feat: audit peer deps in ci (#437) * fix: improve peer dependency component matching * Find transitive dependencies * Add framer-motion as a peer dep to web-visualization * Run script * Support ci check for correct peer deps * Update yarn.lock * Fix lint * Update changelog * Fix peer deps * Fix false positives * Fix other incorrect deps * Drop unused dep * Add reanimated to TabbedChips * Simplify peer deps generation logic * Add tests * Fix lockfile * Update peer dep versions --------- Co-authored-by: Maximo Macchi <232606069+maximo-macchi-cb@users.noreply.github.com> Co-authored-by: Stephen Vergara <stephen.vergara@coinbase.com> Co-authored-by: Stacy <147009016+stacysun-cb@users.noreply.github.com> Co-authored-by: Brian Kasper <bkasperr@gmail.com> Co-authored-by: Harry <ruikun.hao@coinbase.com>
adrienzheng-cb
pushed a commit
that referenced
this pull request
Feb 27, 2026
* fix: Prevent `<TextInput type="number">` from changing value on scroll (#413) * Web implementation * Add web example * Bump changelogs * fix: set paddingStart on Input for compact label (#423) * fix: set paddingStart on Input for compact label * Bump version * feat: enhance Tag component with icon support and custom nodes (#421) * feat: enhance Tag component with icon support and custom nodes - Added support for start and end icons in the Tag component. - Introduced props for custom start and end nodes. - Updated stories to demonstrate new icon and custom node functionality. - Added tests to verify rendering of icons and custom nodes. * changelog versions * format * gap and padding props * feat: improve link docs (#428) * feat: chart transitions (#400) * feat: support customizing transition on web * Fix enter for scrubber * Wip mobile * Simplify animation and fix issues * Fix bar issues * Support scrubber beacon label transitions * Support stagger delay * Update documentation * Update docs * Fix web transition * Ruse transition types * Move imports * Simplify transition * Fix lint * Regenerate routes * Rename functions and routes * Fix lint * Fix issue * Cleanup comments * Simplify transition names * Simplify types * Continue cleaning up types * Fix lint * Cleanup bar transition props * Remove unused story * Drop ChartTransition * Simplify scrubber * Improve accessories * Fix animation issues with point * Remove extra line * Cleanup resolved transitions * Cleanup isIdleTransition * Cleanup exit transition * Simplify logic * Reuse transition for bar * Cleanup bar chart * Fix formatting * Fix lint * Fix lint * Mock path generation * Re add default border radius for bar * Bump version * Simplify code * Update examples * Update bar stagger delay logic * Simplify transition logic * Add more tests for transitions * Improve examples * feat: add range bar chart examples (#435) * feat: add range bar chart examples * Fix lint * Fix lint warning * Cleanup web as well * fix: Truncate multi-select chip labels mid-word (#412) * Add web implementation * Add story to show longer labels for multi-select chips * Update changelogs * chore: rename charts docs (#440) * chore: rename graphs to charts in docs * Rename remaining docs * Ran dedupe and update changelog * Set docusaurus plugin version * chore: deprecate useStatusBarHeight hook (#445) * deprecate useStatusBarHeight hook * release * chore: Bump packages for security request (#422) * Bump package * Revert "Bump package" This reverts commit 4a733d6. * Use resolution instead * Add resolutions to other packages * Add resolutionComments * Revert to ajv v6 to support eslint * Update dependencies to bump eslint and only resolve ajv V6 * Lower to next patch version * Remove eslint package bump and only resolve ajv * Dedupe dependencies * fix: allow arrow up/down keys within focus trapped text area (#417) * fix: allow arrow up/down keys within focus trapped text area * chore: bump version + update changelog * Bump changelogs * Fix merge conflict --------- Co-authored-by: Maximo Macchi <232606069+maximo-macchi-cb@users.noreply.github.com> Co-authored-by: Harry <ruikun.hao@coinbase.com> * feat: audit peer deps in ci (#437) * fix: improve peer dependency component matching * Find transitive dependencies * Add framer-motion as a peer dep to web-visualization * Run script * Support ci check for correct peer deps * Update yarn.lock * Fix lint * Update changelog * Fix peer deps * Fix false positives * Fix other incorrect deps * Drop unused dep * Add reanimated to TabbedChips * Simplify peer deps generation logic * Add tests * Fix changelog --------- Co-authored-by: Maximo Macchi <232606069+maximo-macchi-cb@users.noreply.github.com> Co-authored-by: Stephen Vergara <stephen.vergara@coinbase.com> Co-authored-by: Stacy <147009016+stacysun-cb@users.noreply.github.com> Co-authored-by: Brian Kasper <bkasperr@gmail.com> Co-authored-by: Harry <ruikun.hao@coinbase.com>
8 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changed?
preventDefault()when up/down arrow keys are pressed within a textareaWhy?
Root cause (required for bugfixes)
preventDefault()when up/down arrow keys are pressed (see FocusTrap.tsx#L196-L203)UI changes
Before.mov
After.mov
Testing
How has it been tested?
Testing instructions
Illustrations/Icons Checklist
Required if this PR changes files under
packages/illustrations/**orpackages/icons/**Change management
type=routine
risk=low
impact=sev5
automerge=false