date-input
Version compatibility
date-input
was introduced in version 4.72.1 of the JourneyApps Runtime.main.view.xml
<var name="delivery_date" type="date"/>
<date-input label="Delivery date" bind="delivery_date" required="false" />

Version compatibility
icon-position
was introduced in version 4.86.1 of the JourneyApps Runtime.Version compatibility
label-case
was introduced in version 4.80.0 of the JourneyApps Runtime.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:Programmatically clear the selected date bound to the
date-input
component.Programmatically open the date picker to allow the user to select or update a date value.
Programmatically scroll until the
date-input
is visible in the view.Last modified 1mo ago