Date picker element
This element provides a calendar to pick a year, a month, a date, a range of dates, or a selection of dates.
Note
This element is not available in the CyberApp enablement form or the Customer enablement form.
Properties
IDElement identifier. LabelElement label, as it appears on the UI.Width
FullUses 100% of the available width. FitAdjusts the width according to the content. PlaceholderThis is text displayed when the label is floating but the input is empty.It is used to give the user an additional hint about what they should input. FormatFormat of the date, according to ISO 8601.Default is dd.MM.yyyy. TypeType of the date picker.
YearUsers select the year and the 1st of January of that year is the returned value. MonthUsers select the month and the 1st of the month is the returned value. Date (default)Users select a single day. DaterangeUsers can choose a start and end date. MultiUsers can select multiple, non-consecutive dates Min. dateThe earliest date that can be specified in the date picker. Max. dateThe latest date that can be specified in the date picker. Size
DefaultRenders larger input with the label inside. Small (default)Renders thinner input with the label outside.