DatePicker Module
Typed Props front door for the `DatePicker` control.
Functions and values
| Function or value |
Description
|
|
Authoring defaults; optional fields take their value from here.
|
Full Usage:
view props
Parameters:
DatePickerProps<'msg>
Returns: Widget<'msg>
Type parameters: 'msg |
Lowers to a legacy `Stack` of [ read-only field showing the formatted `Value` or a placeholder; trigger `Button`; an `Overlay` `Grid` of day `Button`s shown when `IsOpen` ]; `Value = None` ⇒ placeholder + empty calendar; `OnChange = None` ⇒ no binding.
|