date-input
Last updated
Last updated
date-input
allows users to select a date
from a calendar.
Version compatibility
date-input
was introduced in version 4.72.1 of the JourneyApps Runtime.
bind
label
required
align-content
align-label
clear-button-visibility
disabled
error-message
id
icon-position
Version compatibility
icon-position
was introduced in version 4.86.1 of the JourneyApps Runtime.
label-case
Version compatibility
label-case
was introduced in version 4.80.0 of the JourneyApps Runtime.
label-color
modifier-text
on-change
placeholder
show-if
and hide-if
The following component methods are available when an id
is assigned to the component and component.dateInput({id:'my-id'})
is called from JS/TS:
clear
Programmatically clear the selected date bound to the date-input
component.
pickDate
Programmatically open the date picker to allow the user to select or update a date value.
scrollIntoView
Programmatically scroll until the date-input
is visible in the view.