Skip to content
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(textinput): onKeyUp/Down not forwarded #4385

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

vincentaudebert
Copy link
Contributor

Summary

Type

  • Bug

Summarise concisely:

What is expected?

forward onKeyUp/onKeyDown to TextInput

The following changes where made:

(Describe what you did)

Relevant logs and/or screenshots

Page Before After
url screenshot screenshot
url screenshot screenshot

Copy link

changeset-bot bot commented Oct 23, 2024

🦋 Changeset detected

Latest commit: 696d17f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@ultraviolet/form Patch
@ultraviolet/ui Patch
@ultraviolet/plus Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vincentaudebert vincentaudebert self-assigned this Oct 23, 2024
Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.76%. Comparing base (842279d) to head (696d17f).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4385   +/-   ##
=======================================
  Coverage   86.76%   86.76%           
=======================================
  Files         318      318           
  Lines       11640    11640           
  Branches     3231     3230    -1     
=======================================
  Hits        10100    10100           
  Misses       1540     1540           
Files with missing lines Coverage Δ
...ges/form/src/components/TextInputFieldV2/index.tsx 91.66% <ø> (ø)
packages/ui/src/components/TextInputV2/index.tsx 89.34% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 842279d...696d17f. Read the comment docs.

"@ultraviolet/ui": patch
---

fix(textinput): onKeyUp/Down not forwarded
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
fix(textinput): onKeyUp/Down not forwarded
Fix <TextInputV2 /> onKeyUp/Down not forwarded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants