OptionalautocompleteAttributes?: string[]OptionaldefaultValue?: string | "NOW"OptionaldefaultValueDaysOffset?: numberOptionalfromDate?: string | "NOW"A string iso date or 'NOW' that references a starting date for a range. If
passed with fromDateElementId, both will be allowed.
OptionalfromDateDaysOffset?: numberOptionalfromDateElementId?: stringA string that references the id of a form element. This takes precedence
over fromDate if both are used for date ranges.
OptionalplaceholderValue?: stringOptionaltoDate?: string | "NOW"A string iso date or 'NOW' that references an end date for a range. If
passed with toDateElementId, both will be allowed.
OptionaltoDateDaysOffset?: numberOptionaltoDateElementId?: stringA string that references the id of a form 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