Skip to main content

inno-date-picker-dropdown

Light background
Dark background

Overview

Date-picker with dropdown.

Properties

PropertyAttributeDescriptionTypeDefault
closeOnSelectionclose-on-selectionbooleantrue
formatformatDate format string. See the date-picker component for more information.string'yyyy/LL/dd'
fromfromThe selected starting range. See the date-picker component for more information.stringundefined
labellabelLabel of the dropdown component.stringundefined
localelocaleFormat of the date strings. See the date-picker component for more information.stringundefined
maxDatemax-dateThe latest date that can be selected by the date picker. See the date-picker component for more information.stringundefined
minDatemin-dateThe earliest date that can be selected by the date picker. See the date-picker component for more information.stringundefined
rangerangeIf true a date-range can be selected. See the date-picker component for more information.booleanfalse
showOuterDaysshow-outer-daysShow the days outside the selected month. See the date-picker component for more information.booleantrue
totoThe selected end date. See the date-picker component for more information.stringundefined
variantvariantColor variant of the component."dark" | "light"'dark'
weekStartIndexweek-start-indexThe index of which day to start the week on. See the date-picker component for more information.number0

Events

EventDescriptionType
dateChangeTriggers if the date selection changes. See the date-picker component for more information.CustomEvent<{ from: string; to: string; }>

Dependencies

Depends on

Graph


Built with StencilJS