edit-date
Overview
To get started, see the introductory guide on editable object-table
cells.
This editable cell triggers a date picker, and allows the user to select/update or clear a date. The input and output value will always be of JavaScript type Date
, unless the value is cleared - in which case the value will be null
.
Note: On desktop the date picker appears where the user clicks within the cell. On mobile the native operating system's date picker will appear.
Basic Example
Standard Attributes
on-change
on-change
value
value
Advanced Attributes
clear-button-visibility
clear-button-visibility
disabled
disabled
Last updated