Skip to main content

Module date_input

Module date_input 

Source
Expand description

A date field with a calendar hanging off it.

Typing goes through DateAdapter::parse_day. Text the adapter will not read stays exactly where the typist left it, the field publishes itself invalid, and the adapter’s own message is shown word for word — the same rule NumberInput keeps, for the same reason: silently rewriting what somebody typed hides the disagreement instead of reporting it.

Structs§

DateInput
A text field over a host-owned calendar, with that calendar in a popover.

Enums§

DateInputEvent
What a date field reports. The owner decides what any of it means.