Skip to content

fix(due-date): automatically open native date picker when choosing a due date - #8335

Draft
theoholl wants to merge 1 commit into
mainfrom
8110-date-picker-should-automatically-open-popup
Draft

fix(due-date): automatically open native date picker when choosing a due date#8335
theoholl wants to merge 1 commit into
mainfrom
8110-date-picker-should-automatically-open-popup

Conversation

@theoholl

@theoholl theoholl commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Fixes #8110

Summary

When clicking "Choose a date" in the due date menu, the card's due date was set to next day 8am but the native date/time picker did not open, requiring an extra click on the date field to actually change the value.

Changes

  • DueDateSelector.vue: after initializing the due date via "Choose a date", automatically open the native datetime-local picker (showPicker(), falling back to .focus()) once the value has been persisted and rendered.

…due date

Signed-off-by: Theo <36564257+theoholl@users.noreply.github.com>
@theoholl theoholl linked an issue Sep 2, 2026 that may be closed by this pull request
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.

Date picker should automatically open popup

1 participant