mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00

This commit introduces a new `Calendar` control for form-kit. This control will render a date picker and a time input. On mobile the date picker will be replaced by a native input of type date. The following validation options have also been added: - `dateAfterOrEqual` - `dateBeforeOrEqual` The control has two options: - `includeTime` - show or hide the time input (default true) - `expandedDatePickerOnDesktop` - show an expanded datepicker on desktop, or not (default true)