Logo FS-Skia-UI

DatePickerProps<'msg> Type

Immutable, compiler-checked authoring surface for a date entry with a popup calendar. `Value` is a BCL `DateOnly` (never a string); `None` = no selection (empty field). `IsOpen` is product-owned calendar visibility. `OnChange = None` lowers to no binding.

Record fields

Record Field Description

Enabled

Full Usage: Enabled

Field type: bool
Field type: bool

Id

Full Usage: Id

Field type: ControlId option
Field type: ControlId option

IsOpen

Full Usage: IsOpen

Field type: bool
Field type: bool

OnChange

Full Usage: OnChange

Field type: (DateOnly -> 'msg) option
Field type: (DateOnly -> 'msg) option

Value

Full Usage: Value

Field type: DateOnly option
Field type: DateOnly option

Type something to start searching.