Type alias FormElementWithDate
Form
ElementWithDate: {
autocompleteAttributes?: string[];
defaultValue?: string | "NOW";
defaultValueDaysOffset?: number;
fromDate?: string | "NOW";
fromDateDaysOffset?: number;
fromDateElementId?: string;
placeholderValue?: string;
toDate?: string | "NOW";
toDateDaysOffset?: number;
toDateElementId?: string;
} & LookupFormElement & FormElementRequired & FormElementReadOnly