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§
- Date
Input - A text field over a host-owned calendar, with that calendar in a popover.
Enums§
- Date
Input Event - What a date field reports. The owner decides what any of it means.