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"
    />    
</form>

Properties

  • id: Unique identifier to access this field's data

  • label: Header text

  • description: Short descriptive text

  • shape: Used to align the label and the input field. Its allowed values are

    • compactVertical

    • wideVertical

    • wideHorizontal

Last updated