[PR #5671] Fixes schedules date picker popup closing when clicking outside underlying popup #13114

Closed
opened 2026-04-10 21:47:43 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/5671

State: closed
Merged: No


Fixes #5638

  • The date picker popup used to close when clicking slightly outside the underlying popup, I fixed this by changing the shouldCloseOnInteractOutside default value to false.
  • I also added onMouseDown event handler to open the datepicker when clicked on Input element.

TODO: This solves the issue but now only selecting a date will close the datepicker, need to implement the functionality that clicking outside of the datepicker to close it.

**Original Pull Request:** https://github.com/actualbudget/actual/pull/5671 **State:** closed **Merged:** No --- Fixes #5638 - The date picker popup used to close when clicking slightly outside the underlying popup, I fixed this by changing the shouldCloseOnInteractOutside default value to false. - I also added onMouseDown event handler to open the datepicker when clicked on `Input` element. TODO: This solves the issue but now only selecting a date will close the datepicker, need to implement the functionality that clicking outside of the datepicker to close it.
GiteaMirror added the pull-request label 2026-04-10 21:47:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#13114