Skip to main content

Day

The Day component allows users to select a specific calendar date, typically using a date picker interface. This component is ideal for capturing birthdates, appointment dates, or any event-specific dates within a form.

Day

The options available to configure the URL component are separated into seven categories:

  • Display
  • Day
  • Month
  • Year
  • Data
  • Validation
  • Conditional

Display

ParameterDefinition
LabelThe name shown on the form for this field (e.g., "Day"). Required.
Hide Input LabelsA checkbox that hides the label next to the input element, typically used for a cleaner UI.
DescriptionAdditional help text shown below the field to guide users on its purpose or usage.
TooltipA small message that appears when users hover over an info icon beside the field label.
Custom CSS ClassCustom styling class(es) that can be applied to this field for layout or design purposes.
HiddenA checkbox to make the field invisible on the form, useful for conditional logic or storing hidden values.
Hide LabelHides only the label (not the input itself), often used when labels are shown in a different way.
Initial FocusIf checked, this field will automatically gain focus when the form loads.
DisabledMakes the field non-editable and visually indicates that it is disabled to the user.

Day

ParameterDescription
TypeSpecifies the type of input, (e.g. Number).
PlaceholderDefines a placeholder text displayed inside the input field (e.g., Day Placeholder).
HiddenA checkbox option to hide the input field from the UI.
Day FirstA checkbox option to set the day as the first element in a date format.

Month

ParameterDescription
Type of InputSpecifies the type of input, (e.g., Select).
PlaceholderDefines a placeholder text displayed inside the input field (e.g., Month Placeholder).
HiddenA checkbox option to hide the input field from the UI.

Year

ParameterDescription
Type of InputSpecifies the type of input, in this case, a "Number" field.
Minimum YearDefines the minimum selectable year (e.g., 1900).
Maximum YearDefines the maximum selectable year (e.g., 2030).
PlaceholderDefines a placeholder text displayed inside the input field (e.g., Year Placeholder).
HiddenA checkbox option to hide the input field from the UI.

Data

ParameterDescription
Default ValueDefines the default value for the input (e.g., Month, Day, Year).
Clear Value When HiddenA checkbox option to clear the value when the field is hidden.

Validation

ParameterDescription
Require DayA checkbox option to make the day input required.
Require MonthA checkbox option to make the month input required.
Require YearA checkbox option to make the year input required.
Maximum DayDefines the maximum allowed day value (e.g., yyyy-MM-dd).
Minimum DayDefines the minimum allowed day value (e.g., yyyy-MM-dd).
UniqueA checkbox option to ensure the value is unique.
Validate When HiddenA checkbox option to validate the input even when it is hidden.
Error LabelDefines a custom label for the error message.
Custom Error MessageDefines the custom error message that will be displayed.

Conditional

ParameterDescription
This Component should displayTrue - the component will display in the form.
False - the component will not display.
When the form componentSelect what component within the form will execute the condition. For example, Submit.
Has the valueThe data entry of the field that executes the condition.