Type alias FormElementWithDate

FormElementWithDate: {
    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