Date
Use Date input fields within Custom UI Widget

Input combo type date
Displays a date input field in the format mm/dd/yy, HH:MM
(12h format).
Usage example
<form>
<inputcombo
type="date"
id="start_date"
label="Date"
description="Set the date in which the measuremet was performed"
value="2024-07-19T17:30"
/>
</form>
Properties
id
: Unique identifier to access this field's datalabel
: Header textdescription
: Short descriptive textshape
: Used to align the label and the input field. Its allowed values arecompactVertical
wideVertical
wideHorizontal
value
: Sets a default date. The ISO 8601 format must be used:yyyy-MM-dd'T'HH:mm
Last updated
Was this helpful?