Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Cant find startDate prop #178

Open
Open
@santirunagari

Description

@santirunagari

Cant find startDate prop in the DatePickerInpu component (props), using version 5.0.16

export interface DatePickerInputProps {
value?: Value,
valueLink?: ValueLink,
onChange?: DateOnChangeHandler,
onShow?: () => void,
onHide?: () => void,
onClear?: () => void,
small?: boolean,
defaultValue?: Value,
minDate?: Value,
maxDate?: Value,
locale?: string,
startMode?: Mode,
fixedMode?: boolean,
displayFormat?: string,
returnFormat?: string,
format?: string,
validationFormat?: string,
showOnInputClick?: boolean,
closeOnClickOutside?: boolean,
showInputButton?: boolean,
autoClose?: boolean,
floating?: boolean,
disabled?: boolean,
position?: Position,
iconClassName?: string,
iconClearClassName?: string,
className?: string, // used to omit from inputProps
style?: object, // used to omit from inputProps
placeholder?: string
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions