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(time): onChange event not giving the correct values for hours/minutes #7260

Merged
merged 2 commits into from
Mar 26, 2025

Conversation

mihai-albu-sage
Copy link
Contributor

fixes: #7251

Proposed behaviour

A useEffect has been added to keep inputValues and formattedInputValues in sync with the received value when this is changed. This useEffect will run only when the component is controlled and the value is updated. This ensures that the onChange event contains the correct values. The TimeInputEvent has also been added to the exported types.

time-after.mp4

Current behaviour

In the current behavior, when the initial value is changed, the inputValues and formattedInputValues are not updated causing them to return wrong values for the onChange event.

time-before.mp4

Checklist

  • Commits follow our style guide
  • Related issues linked in commit messages if required
  • Screenshots are included in the PR if useful
  • All themes are supported if required
  • Unit tests added or updated if required
  • Playwright automation tests added or updated if required
  • Storybook added or updated if required
  • Translations added or updated (including creating or amending translation keys table in storybook) if required
  • Typescript d.ts file added or updated if required
  • Related docs have been updated if required

QA

  • Tested in provided StackBlitz sandbox/Storybook
  • Add new Playwright test coverage if required
  • Carbon implementation matches Design System/designs
  • UI Tests GitHub check reviewed if required

Additional context

Testing instructions

Sorry, something went wrong.

Verified

This commit was signed with the committer’s verified signature.
mihai-albu-sage Mihai Albu
…utes

added a useEffect to keep internal input values in sync with received value
@DipperTheDan DipperTheDan self-requested a review March 24, 2025 13:07

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@mihai-albu-sage mihai-albu-sage merged commit e135aa4 into master Mar 26, 2025
28 checks passed
@mihai-albu-sage mihai-albu-sage deleted the FE-7124 branch March 26, 2025 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Time component's onChange event not giving the correct values for hours/minutes
4 participants