Skip to content

Fix time picker editing - #453

Open
jaykbpark wants to merge 1 commit into
devfrom
agent/fix-time-picker-editing
Open

jaykbpark wants to merge 1 commit into
devfrom
agent/fix-time-picker-editing

Conversation

@jaykbpark

Copy link
Copy Markdown
Contributor

What changed

  • Added temporary hour and minute input state so the time fields can be cleared and retyped.
  • Kept valid edits synchronized with the selected date and normalized incomplete values on blur.

Why

The inputs were controlled directly by parsed Date values. Clearing a field produced NaN, skipped the date update, and immediately restored the previous value, so users could not backspace and enter a replacement hour.

Impact

Hours and minutes can now be edited naturally while preserving the existing valid ranges.

Validation

  • npm run lint (passes with pre-existing warnings)
  • Prettier and git diff --check
  • AutoReview: clean, no accepted/actionable findings

@vercel

vercel Bot commented Jul 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
biztech-v2 Ready Ready Preview Sep 7, 2026 11:22pm UTC

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.

2 participants