Skip to content

A Calendar Widget for Extended Date Inputs #3734

@johnzhou721

Description

@johnzhou721

What is the problem or limitation you are having?

Right now all date inputs are field-like; add Calendar to display a full calendar for picking dates.

Describe the solution you'd like

A new interface for abstracting calendar views. Wrap these native APIs:

macOS: Style set to https://developer.apple.com/documentation/appkit/nsdatepicker/style/clockandcalendar?language=objc

iOS: https://developer.apple.com/documentation/uikit/uicalendarview?language=objc

GTK: Gtk.Calendar

Winforms: https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.monthcalendar?view=windowsdesktop-9.0

Android: https://developer.android.com/reference/android/widget/CalendarView

After that, replace the current large GTK date picker implementation with a TextInput or maybe two or three or other stuff.

Describe alternatives you've considered

Status quo, but we don't have large inline calendars to pick from then

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew features, or improvements to existing features.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions