Date Picker
Professional date input examples.
Use this example to explore default behavior, customization points, and accessibility-friendly patterns in a real Blazor page.
Date Picker
MgDatePickerA professional date input component for selecting calendar dates.
API Reference
MgDatePicker
| Property | Type | Default | Description |
|---|---|---|---|
| Value / bind-Value | DateTime? | null | Selected date value; bind for two-way updates. |
| Format | string | "yyyy-MM-dd" | Date display and parse format. |
| MinDate / MaxDate | DateTime? | null | Optional bounds for selectable dates. |