DmDateRange
Updated Aug 18, 2026
DataMagik Application DesignerDmDateRange
DmDateRange — a from/to pair that cannot be back to front.
States
default
Example
<DmDateRange />
Props
| Name | Type | Required | Default |
|---|---|---|---|
from | string | null | null | |
to | string | null | null | |
label | string | undefined | |
fromLabel | string | 'From' | |
toLabel | string | 'To' | |
help | string | undefined | |
error | string | undefined | |
min | string | undefined | |
max | string | undefined | |
disabled | boolean | false | |
required | boolean | false |
Events
update:from, update:to