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

Cant find startDate prop #178

Open
santirunagari opened this issue Jun 12, 2020 · 0 comments
Open

Cant find startDate prop #178

santirunagari opened this issue Jun 12, 2020 · 0 comments
Labels

Comments

@santirunagari
Copy link

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
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants