Date picker should automatically open popup
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
Currently, when selecting "Choose a date" in the due date dialoge, it just sets the due date to the next morning 8 am. To actually choose a date, one needs to click on the calendar icon.
However, I think it should open the date picker dialoge instead, as the button itself already says "Choose a date", not "Set to 8am next morning"!
(click to view gif)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the due-date dialog and the "Choose a date" button in the frontend, then trace how its click currently sets the next morning at 8 am and how the calendar icon opens the picker. Update the button behavior so it opens the date picker directly, and verify that choosing a date still works through the dialog.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100