Skip to main content

Date Input


The "Date Input" field allows users to manually enter the date in a specific (DD/MM/YYYY) format. It's ideal for use in applications where a date needs to be entered, such as a DOB field in a form.

Following are the "Date Input" properties:

Date Input Properties

PropertyDescription(Checked)(Unchecked)
Guided Input
(Checkbox)
Adds subtle underscores to indicate the number of characters that can be entered.DateInputDateInput
Keep Char Positions
(Checkbox)
Once entered, the characters remain fixed to their positions.DateInputDateInput

API Methods

setReadOnly

Sets the ReadOnly flag for this component.

setReadOnly(readOnly: boolean): void

setVisibility

Sets the Visibility flag for this component.

setVisibility(visible: boolean): void

setVisibilityCondition

Sets the visibility condition for this component.

setVisibilityCondition(condition: string): void

Event Handlers

Event handlers allow you to set triggers for various actions based on the fired events. They are as follows:

onChange

onChange - Triggers a specified action every time there's a change to the component's "value".