Skip to content

[v3-2-test] Allow pasting full datetime strings into date picker inputs (#66251)#66958

Merged
vatsrahul1001 merged 1 commit into
v3-2-testfrom
backport-c504160-v3-2-test
May 18, 2026
Merged

[v3-2-test] Allow pasting full datetime strings into date picker inputs (#66251)#66958
vatsrahul1001 merged 1 commit into
v3-2-testfrom
backport-c504160-v3-2-test

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

  • Allow pasting full datetime strings into date picker inputs

  • Honor selected UI timezone for pasted datetimes and add tests

  • Drop unnecessary ChangeEvent cast on paste handler

  • Cancel pending debounced typing call when handling paste

  • Share parseInput between typing and paste, drop duplicate setDisplayDate

  • Apply prettier and eslint auto-fixes from UI compile-lint hook
    (cherry picked from commit c504160)

Co-authored-by: Jun Yeong Kim 164037052+junyeong0619@users.noreply.github.com

…ts (#66251)

* Allow pasting full datetime strings into date picker inputs

* Honor selected UI timezone for pasted datetimes and add tests

* Drop unnecessary ChangeEvent cast on paste handler

* Cancel pending debounced typing call when handling paste

* Share parseInput between typing and paste, drop duplicate setDisplayDate

* Apply prettier and eslint auto-fixes from UI compile-lint hook
(cherry picked from commit c504160)

Co-authored-by: Jun Yeong Kim <164037052+junyeong0619@users.noreply.github.com>
@boring-cyborg boring-cyborg Bot added the area:UI Related to UI/UX. For Frontend Developers. label May 14, 2026
@choo121600 choo121600 marked this pull request as ready for review May 16, 2026 05:16
@vatsrahul1001 vatsrahul1001 added this to the Airflow 3.2.2 milestone May 18, 2026
@vatsrahul1001 vatsrahul1001 added the type:bug-fix Changelog: Bug Fixes label May 18, 2026
@vatsrahul1001 vatsrahul1001 merged commit eb238ef into v3-2-test May 18, 2026
74 checks passed
@vatsrahul1001 vatsrahul1001 deleted the backport-c504160-v3-2-test branch May 18, 2026 05:56
vatsrahul1001 pushed a commit that referenced this pull request May 20, 2026
…ts (#66251) (#66958)

* Allow pasting full datetime strings into date picker inputs

* Honor selected UI timezone for pasted datetimes and add tests

* Drop unnecessary ChangeEvent cast on paste handler

* Cancel pending debounced typing call when handling paste

* Share parseInput between typing and paste, drop duplicate setDisplayDate

* Apply prettier and eslint auto-fixes from UI compile-lint hook
(cherry picked from commit c504160)

Co-authored-by: Jun Yeong Kim <164037052+junyeong0619@users.noreply.github.com>
vatsrahul1001 pushed a commit that referenced this pull request May 20, 2026
…ts (#66251) (#66958)

* Allow pasting full datetime strings into date picker inputs

* Honor selected UI timezone for pasted datetimes and add tests

* Drop unnecessary ChangeEvent cast on paste handler

* Cancel pending debounced typing call when handling paste

* Share parseInput between typing and paste, drop duplicate setDisplayDate

* Apply prettier and eslint auto-fixes from UI compile-lint hook
(cherry picked from commit c504160)

Co-authored-by: Jun Yeong Kim <164037052+junyeong0619@users.noreply.github.com>
vatsrahul1001 pushed a commit that referenced this pull request May 21, 2026
…ts (#66251) (#66958)

* Allow pasting full datetime strings into date picker inputs

* Honor selected UI timezone for pasted datetimes and add tests

* Drop unnecessary ChangeEvent cast on paste handler

* Cancel pending debounced typing call when handling paste

* Share parseInput between typing and paste, drop duplicate setDisplayDate

* Apply prettier and eslint auto-fixes from UI compile-lint hook
(cherry picked from commit c504160)

Co-authored-by: Jun Yeong Kim <164037052+junyeong0619@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers. type:bug-fix Changelog: Bug Fixes

3 participants