Optional
autocompleteAttributes?: string[]Optional
defaultValue?: string | "NOW"Optional
defaultValueDaysOffset?: numberOptional
fromDate?: string | "NOW"A string iso date or 'NOW' that references a starting date for a range. If passed with fromDateElementId, both will be allowed.
Optional
fromDateDaysOffset?: numberOptional
fromDateElementId?: stringA string GUID that references the ID of an element. This takes precedence over fromDate if both are used for date ranges.
Optional
placeholderValue?: stringOptional
toDate?: string | "NOW"A string iso date or 'NOW' that references an end date for a range. If passed with toDateElementId, both will be allowed.
Optional
toDateDaysOffset?: numberOptional
toDateElementId?: stringA string GUID that references the ID of an element. This takes precedence over toDate if both are used for date ranges.
Custom autocomplete attributes that will be added to the element during rendering