DateEditorParams
Configuration parameters for the built-in date editor.
Example
Section titled “Example”{ field: 'startDate', type: 'date', editable: true, editorParams: { min: '2024-01-01' } }Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
min? | string | Minimum date (ISO string: ‘YYYY-MM-DD’) |
max? | string | Maximum date (ISO string: ‘YYYY-MM-DD’) |
placeholder? | string | Placeholder text when empty |
default? | string | Date | Default date used when the user clears a non-nullable date column. Accepts an ISO date string ('YYYY-MM-DD') or a Date object. When omitted, today’s date is used as the fallback. |
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt